summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2010-12-20 17:49:54 -0300
committerRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2010-12-21 17:28:19 -0300
commit37fb36e1ff7be440f83a42dd5f5040cb04f7d54b (patch)
treef2cc1768291cb6202ee0e86a3e123e1b4cf2a848
parentbb39c847d356831dae3bc7b09f3963b6ec4dd69b (diff)
downloadpyside-37fb36e1ff7be440f83a42dd5f5040cb04f7d54b.tar.gz
pyside-37fb36e1ff7be440f83a42dd5f5040cb04f7d54b.tar.xz
pyside-37fb36e1ff7be440f83a42dd5f5040cb04f7d54b.zip
Fixed indentation mistakes.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
-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 1686df8..097ae20 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}