We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6c086 commit 13b83a9Copy full SHA for 13b83a9
CodeFormatCore/include/CodeFormatCore/Format/Analyzer/SpaceAnalyzer.h
@@ -44,7 +44,7 @@ class SpaceAnalyzer : public FormatAnalyzer {
44
struct SpaceData {
45
SpaceData() : SpaceData(0) {}
46
47
- explicit SpaceData(std::size_t space, SpacePriority priority = SpacePriority::Normal) : Priority(priority), Value(space) {}
+ explicit SpaceData(std::size_t space, SpacePriority priority = SpacePriority::Normal) : Value(space), Priority(priority) {}
48
49
std::size_t Value;
50
SpacePriority Priority;
0 commit comments