Skip to content

Commit

Permalink
Update clang-format scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuveland committed Mar 24, 2016
1 parent 9adf206 commit 52155d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/beautify
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ DIR="$(git rev-parse --show-toplevel)"
cd "$DIR"

clang-format -style=file -fallback-style=none -i \
lib/{fles_core,fles_flib,fles_ipc,fles_rdma,logging}/*.[hc]pp \
lib/{fles_core,fles_ipc,fles_rdma,logging}/*.[hc]pp \
app/{flesnet,mstool,tsclient}/*.[hc]pp \
test/*.[hc]pp
3 changes: 0 additions & 3 deletions contrib/beautify-flib
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ LANG=C

clang-format-3.5 -i lib/flib/*.[hc]*
clang-format-3.5 -i lib/flib_ipc/*.[hc]*
clang-format-3.5 -i lib/flib_ctrl_server/*.[hc]*
clang-format-3.5 -i lib/pda/*.[hc]*
clang-format-3.5 -i app/flib_server/*.[hc]*
clang-format-3.5 -i app/flib_cfg/*.[hc]*
clang-format-3.5 -i app/flib_ctrl/*.[hc]*
clang-format-3.5 -i app/flib_debug/*.[hc]*
clang-format-3.5 -i app/flib_tools/*.[hc]*

0 comments on commit 52155d3

Please sign in to comment.