Skip to content

Commit

Permalink
Update prettyprint.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Gheorghiu <[email protected]>
  • Loading branch information
vsoftco committed Aug 22, 2024
1 parent 9fc8155 commit 7f4d13d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions prettyprint.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/bin/sh

# $@ - List of directories

# Code beautifier with clang-format
# Recursively parses the directories passed as command line arguments

# Arguments:
#
# $@ - List of directories

if test -z "$CLANG_FORMAT"; then
echo "Please set the CLANG_FORMAT environment variable to point to the \
location of clang-format"
Expand Down

0 comments on commit 7f4d13d

Please sign in to comment.