mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Remove whitespaces at the end of files, ' and - characters
This commit is contained in:
@@ -201,7 +201,7 @@ def check_naming_convention_component(lines, component):
|
||||
component_part = ifndef_symbol[2:2 + len(component)]
|
||||
|
||||
if component_part != component.upper():
|
||||
return '#ifndef naming convention broken: ' + ifndef_symbol + ' || ' + component.upper()
|
||||
return '#ifndef naming convention broken: ' + ifndef_symbol + ' || ' + component.upper()
|
||||
else:
|
||||
return ''
|
||||
|
||||
@@ -246,7 +246,7 @@ def check_glm_header(lines, file):
|
||||
return ''
|
||||
|
||||
index = [i for i,s in enumerate(lines)
|
||||
if '#include <glm/glm.hpp>' in s or
|
||||
if '#include <glm/glm.hpp>' in s or
|
||||
'#include "glm/glm.hpp>"' in s]
|
||||
|
||||
if len(index) > 0:
|
||||
|
||||
Submodule support/coding/codegen updated: 72abde18b4...59c93dbb13
Reference in New Issue
Block a user