Skip to content

Commit 7fd5ac9

Browse files
committed
document
1 parent 2a4eb43 commit 7fd5ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extras/formatting.sh

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ cpp_formatting() {
165165
" |& track_progress ${#files[@]}
166166

167167
for file in "${files[@]}"; do
168+
# Fail if any of the diffs have contents
168169
if [ -s "$tmpdir/$file" ]; then
169170
cat "$tmpdir/$file"
170171
exit_code=1

0 commit comments

Comments
 (0)