mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-19 11:29:08 -06:00
Update coding style to correctly ignore SGCT inline files in apps folder
Update ghoul repository
This commit is contained in:
Submodule ext/ghoul updated: ea8b9659bd...e6e209531f
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __OPENSPACE_CORE___SHORTCUTSMANAGER___H__
|
||||
#define __OPENSPACE_CORE___SHORTCUTSMANAGER___H__
|
||||
#ifndef __OPENSPACE_CORE___SHORTCUTMANAGER___H__
|
||||
#define __OPENSPACE_CORE___SHORTCUTMANAGER___H__
|
||||
|
||||
#include <ghoul/misc/boolean.h>
|
||||
#include <string>
|
||||
@@ -56,4 +56,4 @@ private:
|
||||
|
||||
} // namespace openspace::interaction
|
||||
|
||||
#endif // __OPENSPACE_CORE___SHORTCUTSMANAGER___H__
|
||||
#endif // __OPENSPACE_CORE___SHORTCUTMANAGER___H__
|
||||
|
||||
@@ -633,7 +633,7 @@ check_files(
|
||||
)
|
||||
check_files(
|
||||
[basePath + 'apps/**/*.inl'],
|
||||
[basePath + 'apps/**/ext/**/*.h'],
|
||||
[basePath + 'apps/**/ext/**/*.inl'],
|
||||
'openspace_app',
|
||||
check_inline_file
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user