File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,12 @@ changes:
180
180
@printf " \n"
181
181
182
182
indent :
183
- find . -name " *.c" -exec ./p-indent \{\} \;
183
+ find . -name " *.h" -exec ./p-indent \{\} \;
184
+ find mcp -name " *.c" -exec ./p-indent \{\} \;
185
+ find cib -name " *.c" -exec ./p-indent \{\} \;
186
+ find crmd -name " *.c" -exec ./p-indent \{\} \;
187
+ find fencing -name " *.c" -exec ./p-indent \{\} \;
188
+ find pengine -name " *.c" -exec ./p-indent \{\} \;
184
189
185
190
rel-tags : tags
186
191
find . -name TAGS -exec sed -i.sed ' s:\(.*\)/\(.*\)/TAGS:\2/TAGS:g' \{\} \;
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ OPTS="$OPTS --continuation-indentation4"
51
51
# OPTS="$OPTS --format-all-comments"
52
52
# OPTS="$OPTS --format-first-column-comments"
53
53
# OPTS="$OPTS --gnu-style"
54
- # OPTS="$OPTS --honour-newlines"
54
+ OPTS=" $OPTS --honour-newlines"
55
55
# OPTS="$OPTS --ignore-newlines"
56
56
# OPTS="$OPTS --ignore-profile"
57
- # OPTS="$OPTS --indent-label "
57
+ OPTS=" $OPTS --indent-label2 "
58
58
OPTS=" $OPTS --indent-level4"
59
59
# OPTS="$OPTS --k-and-r-style"
60
60
# OPTS="$OPTS --leave-optional-blank-lines"
@@ -81,7 +81,7 @@ OPTS="$OPTS --no-tabs"
81
81
# OPTS="$OPTS --parameter-indentation0"
82
82
# OPTS="$OPTS --paren-indentation"
83
83
# OPTS="$OPTS --preserve-mtime"
84
- # OPTS="$OPTS --preprocessor-indentation "
84
+ OPTS=" $OPTS --preprocessor-indentation2 "
85
85
OPTS=" $OPTS --procnames-start-lines"
86
86
# OPTS="$OPTS --remove-preprocessor-space"
87
87
# OPTS="$OPTS --space-after-cast"
You can’t perform that action at this time.
0 commit comments