Skip to content

Commit

Permalink
[ruby/win32ole] [DOC] Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and matzbot committed Dec 31, 2023
1 parent 375d1c9 commit b4adc1b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ext/win32ole/win32ole_param.c
Expand Up @@ -377,18 +377,18 @@ ole_param_default(ITypeInfo *pTypeInfo, UINT method_index, UINT index)
* end
* end
*
* The above script result is following:
* Filename
* FileFormat
* Password
* WriteResPassword
* ReadOnlyRecommended
* CreateBackup
* AccessMode (= 1)
* ConflictResolution
* AddToMru
* TextCodepage
* TextVisualLayout
* The above script result is following:
* Filename
* FileFormat
* Password
* WriteResPassword
* ReadOnlyRecommended
* CreateBackup
* AccessMode (= 1)
* ConflictResolution
* AddToMru
* TextCodepage
* TextVisualLayout
*/
static VALUE
foleparam_default(VALUE self)
Expand Down

0 comments on commit b4adc1b

Please sign in to comment.