Skip to content

Commit 283c8f1

Browse files
committed
Update prettyprint.sh
1 parent 6db03a1 commit 283c8f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prettyprint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/usr/bin/env bash
22

3+
# $@ - List of directories
4+
35
# Code beautifier with clang-format
4-
# Recursively parses the folder(s) passed as command line argument(s)
6+
# Recursively parses the directories passed as command line arguments
57

68
if test -z "$CLANG_FORMAT"; then
79
echo "Please set the CLANG_FORMAT environment variable to point to the \

0 commit comments

Comments
 (0)