Skip to content

Commit

Permalink
[DOC] Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 31, 2023
1 parent afceb68 commit 76acc97
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ext/win32ole/win32ole_param.c
Original file line number Diff line number Diff line change
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 76acc97

Please sign in to comment.