This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
extra/fmt: log uncrustify version when running checks
bboozzoo/uncrustify
Maciek Borzecki
7 years ago
parent
f3a5cfe0ab
commit
c6bcb097f1
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
extra/fmt
+ 1
- 0
extra/fmt
View File
@ -17,6 +17,7 @@ fi
cmd=$1
case "$cmd" in
check)
echo "-- uncrustify version $(${UNCRUSTIFY} --version)"
${UNCRUSTIFY} -c ${CFG} --check -q $FILES
;;
apply|fix)
Write
Preview
Loading…
Cancel
Save