mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 12:39:24 -05:00
Cleanup for coding style
Add strict mode to check_style_guide script
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <ghoul/misc/assert.h>
|
||||
|
||||
namespace openspace::globebrowsing {
|
||||
|
||||
|
||||
PixelRegion::PixelRegion(const PixelCoordinate& pixelStart,
|
||||
const PixelRange& numberOfPixels)
|
||||
: start(pixelStart)
|
||||
@@ -94,7 +94,7 @@ void PixelRegion::align(Side side, int pos) {
|
||||
void PixelRegion::alignLeft(int x) {
|
||||
start.x = x;
|
||||
}
|
||||
|
||||
|
||||
void PixelRegion::alignTop(int y) {
|
||||
start.y = y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user