From 41059a24a74ce73a30ee94b352a404936ce26180 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Tue, 7 Mar 2017 09:22:05 +0100 Subject: [PATCH] Fix indention, no functional change --- simgear/scene/tsync/terrasync.cxx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index 5beabc27..00c34c41 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -339,19 +339,19 @@ private: SyncSlot _syncSlots[NUM_SYNC_SLOTS]; bool _stop, _running; - SGBlockingDeque waitingTiles; + SGBlockingDeque waitingTiles; - TileAgeCache _completedTiles; - TileAgeCache _notFoundItems; + TileAgeCache _completedTiles; + TileAgeCache _notFoundItems; - SGBlockingDeque _freshTiles; - string _local_dir; - SGPath _persistentCachePath; - string _httpServer; - SGPath _installRoot; - string _sceneryVersion; - string _protocol; - string _dnsdn; + SGBlockingDeque _freshTiles; + string _local_dir; + SGPath _persistentCachePath; + string _httpServer; + SGPath _installRoot; + string _sceneryVersion; + string _protocol; + string _dnsdn; TerrasyncThreadState _state; SGMutex _stateLock;