summaryrefslogtreecommitdiff
path: root/gr-utils/python
diff options
context:
space:
mode:
authorRon Economos <w6rz@comcast.net>2019-03-08 08:20:37 -0800
committerMarcus Müller <marcus@hostalia.de>2019-03-08 20:24:48 +0100
commitea6bcb41eb610e4c5023b6ce2104a9e2b339e246 (patch)
tree46fb3ecaff0e3f5b37dd41584491c9f735916b3e /gr-utils/python
parent25c2c5fbef23550efff8fe5b58ca3695504eab5b (diff)
utils: Remove tabs from gr_modtool.
Diffstat (limited to 'gr-utils/python')
-rw-r--r--gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt4
-rw-r--r--gr-utils/python/modtool/templates/gr-newmod/swig/CMakeLists.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt b/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt
index 2b7e541354..5a80521707 100644
--- a/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt
+++ b/gr-utils/python/modtool/templates/gr-newmod/CMakeLists.txt
@@ -114,9 +114,9 @@ find_package(Doxygen)
# Setup doxygen option
########################################################################
if(DOXYGEN_FOUND)
- option(ENABLE_DOXYGEN "Build docs using Doxygen" ON)
+ option(ENABLE_DOXYGEN "Build docs using Doxygen" ON)
else(DOXYGEN_FOUND)
- option(ENABLE_DOXYGEN "Build docs using Doxygen" OFF)
+ option(ENABLE_DOXYGEN "Build docs using Doxygen" OFF)
endif(DOXYGEN_FOUND)
########################################################################
diff --git a/gr-utils/python/modtool/templates/gr-newmod/swig/CMakeLists.txt b/gr-utils/python/modtool/templates/gr-newmod/swig/CMakeLists.txt
index 2be8324983..3bb35c2255 100644
--- a/gr-utils/python/modtool/templates/gr-newmod/swig/CMakeLists.txt
+++ b/gr-utils/python/modtool/templates/gr-newmod/swig/CMakeLists.txt
@@ -22,8 +22,8 @@
# Check if there is C++ code at all
########################################################################
if(NOT howto_sources)
- MESSAGE(STATUS "No C++ sources... skipping swig/")
- return()
+ MESSAGE(STATUS "No C++ sources... skipping swig/")
+ return()
endif(NOT howto_sources)
########################################################################