diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2014-05-18 09:51:32 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2014-05-18 09:51:32 -0400 |
commit | 2cee0fe23f84a1e6ccd7078098df2c5ffbe0378f (patch) | |
tree | 4f3c4869a427ca176abd69af801b4a04bc8b5641 /test/unit/CMakeLists.txt | |
parent | 60fd2b234a4cf95223f58a87f413d37ff2ed5fc7 (diff) | |
download | fork-ledger-2cee0fe23f84a1e6ccd7078098df2c5ffbe0378f.tar.gz fork-ledger-2cee0fe23f84a1e6ccd7078098df2c5ffbe0378f.tar.bz2 fork-ledger-2cee0fe23f84a1e6ccd7078098df2c5ffbe0378f.zip |
Cosmetic change - format code consistently
Add a space between if and the opening bracket, between a closing
round bracket and the following opening curly bracket, etc.
Diffstat (limited to 'test/unit/CMakeLists.txt')
-rw-r--r-- | test/unit/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt index b3639c06..23bb0ea4 100644 --- a/test/unit/CMakeLists.txt +++ b/test/unit/CMakeLists.txt @@ -5,7 +5,7 @@ endmacro(add_ledger_test _name) include_directories(${PROJECT_SOURCE_DIR}/src) -if(BUILD_LIBRARY) +if (BUILD_LIBRARY) add_executable(UtilTests t_times.cc) add_ledger_test(UtilTests) |