Skip to content

Commit 764d714

Browse files
authored
fix typo in astyle command line options
1 parent cce6ea3 commit 764d714

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/contributing/guidelines

1 file changed

+1
-1
lines changed

docs/reference/contributing/guidelines/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ All functions and methods should contain documentation using Doxgyen.
159159
You can use [Artistic Style (AStyle)](http://sourceforge.net/projects/astyle/files/) to format your code. Use the command-line switch to select the correct style and point to the file you want to edit:
160160

161161
```
162-
astyle.exe --style=kr --indent=spaces=4 --indents-switches $(full_path_to_file)
162+
astyle.exe --style=kr --indent=spaces=4 --indent-switches $(full_path_to_file)
163163
```
164164

165165
#### Compiler settings

0 commit comments

Comments
 (0)