mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
untabify to make merge easier
This commit is contained in:
@@ -72,7 +72,7 @@ Histogram& Histogram::operator=(Histogram&& other) {
|
||||
_numBins = other._numBins;
|
||||
_data = other._data;
|
||||
other._data = nullptr;
|
||||
return *this;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user