Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd95209a

Browse files
committed
Fixed astyle script.
1 parent630e4eb commitd95209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎astyle-all.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [ $? -ne 0 ]; then
3232
exit 1
3333
fi
3434

35-
FILES=`find.| grep -P"^(?!(.*\/thirdparty|.*\/lib\/dbc|.*\/bin|.*\/doc|.*\/utl|.*\/tst|.*\/generated*)).*\.(c|cpp|h)$"`
35+
FILES=`find.| grep -P"^(?!(.*\/test\/gencode)).*\.(c|cpp|h)$"`
3636
forFILEin$FILES;do
3737
# compare files
3838
# $ASTYLE $OPTIONS < $FILE | cmp -s $FILE -

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp