Skip to content

Commit

Permalink
Reverting the Makefile spacing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed May 25, 2021
1 parent 3f8f6e9 commit 5fac12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ endif
no_warning_test.cc:
echo "// Generated from Makefile.am" > no_warning_test.cc
for FILE in $(nobase_include_HEADERS); do \
echo "#include <$${FILE}>" >> no_warning_test.cc; \
echo "#include <$${FILE}>" >> no_warning_test.cc; \
done
echo "int main(int, char**) { return 0; }" >> no_warning_test.cc

Expand Down

0 comments on commit 5fac12f

Please sign in to comment.