Browse Source

Fix README/cmake format.

master
James Goppert 7 years ago committed by James Goppert
parent
commit
e7c95fa027
  1. 2
      CMakeLists.txt
  2. 1
      README.md
  3. 2
      scripts/format.sh
  4. 2
      test/CMakeLists.txt

2
CMakeLists.txt

@ -163,4 +163,4 @@ set(CPACK_PACKAGE_VERSION_PATCH ${VERSION_PATCH}) @@ -163,4 +163,4 @@ set(CPACK_PACKAGE_VERSION_PATCH ${VERSION_PATCH})
set(CPACK_PACKAGE_CONTACT "james.goppert@gmail.com")
include(CPack)
# vim: set noet fenc=utf-8 ft=cmake ff=unix sts=0 sw=4 ts=4 :
# vim: set et fenc=utf-8 ft=cmake ff=unix sts=0 sw=4 ts=4 :

1
README.md

@ -124,3 +124,4 @@ See the test directory for detailed examples. Some simple examples are included @@ -124,3 +124,4 @@ See the test directory for detailed examples. Some simple examples are included
// 4, 5, 6
// 7, 8, 10
```
<!-- vim: set et fenc=utf-8 ff=unix sts=0 sw=4 ts=4 : -->

2
scripts/format.sh

@ -26,3 +26,5 @@ else @@ -26,3 +26,5 @@ else
echo no formatting needed
exit 0
fi
# vim: set et fenc=utf-8 ff=unix sts=0 sw=4 ts=4 :

2
test/CMakeLists.txt

@ -55,3 +55,5 @@ if (${CMAKE_BUILD_TYPE} STREQUAL "Coverage") @@ -55,3 +55,5 @@ if (${CMAKE_BUILD_TYPE} STREQUAL "Coverage")
DEPENDS ${coverage_deps}
)
endif()
# vim: set et fenc=utf-8 ft=cmake ff=unix sts=0 sw=4 ts=4 :

Loading…
Cancel
Save