diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-16 21:17:48 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-16 21:17:48 -0800 |
commit | 133975b5a2ceca273182829f2f11042a5276c2f0 (patch) | |
tree | a7e3b13ffd81484b41122acef5189f060cca365c /Source/PuzzlerSerializer.h | |
parent | fd2fa2211dc09c9030601fde1afd2f7823b22ed8 (diff) | |
download | witness-tutorializer-133975b5a2ceca273182829f2f11042a5276c2f0.tar.gz witness-tutorializer-133975b5a2ceca273182829f2f11042a5276c2f0.tar.bz2 witness-tutorializer-133975b5a2ceca273182829f2f11042a5276c2f0.zip |
Tabs -> spaces everywhere
Diffstat (limited to 'Source/PuzzlerSerializer.h')
-rw-r--r-- | Source/PuzzlerSerializer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/PuzzlerSerializer.h b/Source/PuzzlerSerializer.h index a3d821c..d9b9edd 100644 --- a/Source/PuzzlerSerializer.h +++ b/Source/PuzzlerSerializer.h | |||
@@ -53,9 +53,9 @@ private: | |||
53 | std::shared_ptr<Memory> _memory; | 53 | std::shared_ptr<Memory> _memory; |
54 | 54 | ||
55 | std::vector<float> _intersectionLocations; | 55 | std::vector<float> _intersectionLocations; |
56 | std::vector<int> _intersectionFlags; | 56 | std::vector<int> _intersectionFlags; |
57 | std::vector<int> _connectionsA; | 57 | std::vector<int> _connectionsA; |
58 | std::vector<int> _connectionsB; | 58 | std::vector<int> _connectionsB; |
59 | std::vector<std::tuple<int, int, int>> _endpointLocations; | 59 | std::vector<std::tuple<int, int, int>> _endpointLocations; |
60 | 60 | ||
61 | float MIN, MAX, WIDTH_INTERVAL, HEIGHT_INTERVAL, HORIZ_GAP_SIZE, VERTI_GAP_SIZE; | 61 | float MIN, MAX, WIDTH_INTERVAL, HEIGHT_INTERVAL, HORIZ_GAP_SIZE, VERTI_GAP_SIZE; |