Fix coding style

This commit is contained in:
Dragos Carp 2016-08-06 17:50:42 +02:00
commit 18c7e125bf
28 changed files with 412 additions and 433 deletions

View file

@ -1,3 +1,3 @@
# A more complex library test.
ADD_EXECUTABLE( app_7 app_7.d )
ADD_TEST( app_7 app_7 )
add_executable(app_7 app_7.d)
add_test(app_7 app_7)