aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2010-12-20 17:49:54 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:48:01 -0300
commit3e66025bbb698ddd491d502bbb9f9483b17d82a0 (patch)
tree5f91d2f7f1de26d880605f3ba06dc5368427a67c /cmake
parent3f0291dfe49cdf15325600aba362a0fc5662d19d (diff)
Fixed indentation mistakes.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Macros/PySideModules.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Macros/PySideModules.cmake b/cmake/Macros/PySideModules.cmake
index 639a0abd6..060f4a6d8 100644
--- a/cmake/Macros/PySideModules.cmake
+++ b/cmake/Macros/PySideModules.cmake
@@ -77,7 +77,7 @@ macro(check_qt_class module class global_sources)
file(WRITE ${SRC_FILE}
"#include <${include_file}>\n"
"#include <typeinfo>\n"
- "${NAMESPACE_USE}\n"
+ "${NAMESPACE_USE}\n"
"int main() { typeid(${class}); }\n"
)
try_compile(Q_WORKS ${CMAKE_BINARY_DIR}