Skip to content

Commit

Permalink
build: remove unnecessary line continuations
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Dec 6, 2023
1 parent 42d3588 commit 6ffe702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tarsnap.pro
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ optional_buildtest.commands = @echo "Compiling optional tests..."; \
if \[ \$\${err} -gt "0" \]; then \
exit \$\${err}; \
fi; \
done; \
done

# Yes, this also does distclean
test_clean.commands = \
Expand Down
2 changes: 1 addition & 1 deletion tests/core/test-core.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HEADERS += \
$$TOPDIR/lib/core/TSettings.h

SOURCES += test-core.cpp \
$$TOPDIR/lib/core/TSettings.cpp \
$$TOPDIR/lib/core/TSettings.cpp

include(../tests-include.pri)

Expand Down

0 comments on commit 6ffe702

Please sign in to comment.