Clean up some SonarQube warnings (trailing whitespace, etc).
[platform/upstream/iotivity.git] / extlibs / gtest / SConscript
index 4dfa7ea..6ecdcd1 100644 (file)
@@ -69,7 +69,7 @@ elif target_os == 'linux':
                if not os.path.exists(gtest_dir + "/lib"):
                        # Run configure on gtest
                        print 'Configuring google unit test'
-                       if env.get('CROSS_COMPILE'): 
+                       if env.get('CROSS_COMPILE'):
                                env.Configure(gtest_dir, './configure --host=' + env['CROSS_COMPILE'])
                        else:
                                env.Configure(gtest_dir, './configure')