From 133975b5a2ceca273182829f2f11042a5276c2f0 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sat, 16 Nov 2019 21:17:48 -0800 Subject: Tabs -> spaces everywhere --- Source/PuzzlerSerializer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/PuzzlerSerializer.h') 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: std::shared_ptr _memory; std::vector _intersectionLocations; - std::vector _intersectionFlags; - std::vector _connectionsA; - std::vector _connectionsB; + std::vector _intersectionFlags; + std::vector _connectionsA; + std::vector _connectionsB; std::vector> _endpointLocations; float MIN, MAX, WIDTH_INTERVAL, HEIGHT_INTERVAL, HORIZ_GAP_SIZE, VERTI_GAP_SIZE; -- cgit 1.4.1