mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 16:30:07 -06:00
Add strict test for whitespace at end of line
More work on coding style
This commit is contained in:
@@ -43,7 +43,7 @@ void DebuggingModule::internalInitialize() {
|
||||
fRenderable->registerClass<RenderableDebugPlane>("RenderableDebugPlane");
|
||||
}
|
||||
|
||||
std::vector<documentation::Documentation> DebuggingModule::documentations() const {
|
||||
std::vector<documentation::Documentation> DebuggingModule::documentations() const {
|
||||
return {
|
||||
RenderableDebugPlane::Documentation()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user