[ruby/win32ole] [DOC] Fix indent

https://github.com/ruby/win32ole/commit/76acc979bf
This commit is contained in:
Nobuyoshi Nakada 2023-12-31 16:49:48 +09:00 committed by git
parent 375d1c993d
commit b4adc1bbab

View File

@ -377,18 +377,18 @@ ole_param_default(ITypeInfo *pTypeInfo, UINT method_index, UINT index)
* end * end
* end * end
* *
* The above script result is following: * The above script result is following:
* Filename * Filename
* FileFormat * FileFormat
* Password * Password
* WriteResPassword * WriteResPassword
* ReadOnlyRecommended * ReadOnlyRecommended
* CreateBackup * CreateBackup
* AccessMode (= 1) * AccessMode (= 1)
* ConflictResolution * ConflictResolution
* AddToMru * AddToMru
* TextCodepage * TextCodepage
* TextVisualLayout * TextVisualLayout
*/ */
static VALUE static VALUE
foleparam_default(VALUE self) foleparam_default(VALUE self)