File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ astyleit() {
77
77
$ASTYLE --options=" $ASTYLEOPTS " " $1 "
78
78
modified=$1 .unify_includes_modified
79
79
cp " $1 " " $modified "
80
- scripts/unify_includes.pl -i.sortinc -n " $modified "
81
- scripts/doxygen_space.pl -0 -i.sortinc -n " $modified "
80
+ scripts/unify_includes.pl " $modified "
81
+ scripts/doxygen_space.pl " $modified "
82
82
diff " $1 " " $modified " > /dev/null || mv " $modified " " $1 "
83
83
rm -f " $modified "
84
84
}
Original file line number Diff line number Diff line change 1
- # !/usr/bin/env perl
1
+ # !/usr/bin/env perl -0 -i.sortinc -n
2
2
# ##########################################################################
3
3
# doxygen_space.pl
4
4
# ---------------------
Original file line number Diff line number Diff line change 1
- # !/usr/bin/env perl
1
+ # !/usr/bin/env perl -i.sortinc -n
2
2
# ##########################################################################
3
3
# unify_includes.pl
4
4
# ---------------------
You can’t perform that action at this time.
0 commit comments