Skip to content

Commit d6cd27b

Browse files
committed
Merge branch 'master' of github.com:davetcoleman/roscpp_code_format
2 parents 03da457 + a715f0c commit d6cd27b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ You can run **clang_format** in several ways:
2929

3030
Format single file:
3131

32-
clang-format-3.6 --i -style=file MY_ROS_NODE.cpp
32+
clang-format-3.6 -i -style=file MY_ROS_NODE.cpp
3333

3434
Format entire directory recursively including subfolders:
3535

36-
find . -name '*.h' -or -name '*.hpp' -or -name '*.cpp' | xargs clang-format-3.6 --i -style=file $1
36+
find . -name '*.h' -or -name '*.hpp' -or -name '*.cpp' | xargs clang-format-3.6 -i -style=file $1
3737

3838
### Emacs Editor Configuration
3939

0 commit comments

Comments
 (0)