diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-12-31 16:49:48 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-12-31 11:52:19 +0000 |
commit | b4adc1bbab5fc69186b3f3046c90c0e935fdc841 (patch) | |
tree | 2c0aa12f36891f5e89ad97073fe42e68fdca17bf /ext/win32ole | |
parent | 375d1c993d0bc21edcc8cd4814342c15a7b9d810 (diff) |
[ruby/win32ole] [DOC] Fix indent
https://github.com/ruby/win32ole/commit/76acc979bf
Diffstat (limited to 'ext/win32ole')
-rw-r--r-- | ext/win32ole/win32ole_param.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ext/win32ole/win32ole_param.c b/ext/win32ole/win32ole_param.c index b654aaa845..c6f324968b 100644 --- a/ext/win32ole/win32ole_param.c +++ b/ext/win32ole/win32ole_param.c @@ -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) |