Fix indention, no functional change

This commit is contained in:
Torsten Dreyer 2017-03-07 09:22:05 +01:00
parent ee4f5a5190
commit 41059a24a7

View File

@ -339,19 +339,19 @@ private:
SyncSlot _syncSlots[NUM_SYNC_SLOTS]; SyncSlot _syncSlots[NUM_SYNC_SLOTS];
bool _stop, _running; bool _stop, _running;
SGBlockingDeque <SyncItem> waitingTiles; SGBlockingDeque <SyncItem> waitingTiles;
TileAgeCache _completedTiles; TileAgeCache _completedTiles;
TileAgeCache _notFoundItems; TileAgeCache _notFoundItems;
SGBlockingDeque <SyncItem> _freshTiles; SGBlockingDeque <SyncItem> _freshTiles;
string _local_dir; string _local_dir;
SGPath _persistentCachePath; SGPath _persistentCachePath;
string _httpServer; string _httpServer;
SGPath _installRoot; SGPath _installRoot;
string _sceneryVersion; string _sceneryVersion;
string _protocol; string _protocol;
string _dnsdn; string _dnsdn;
TerrasyncThreadState _state; TerrasyncThreadState _state;
SGMutex _stateLock; SGMutex _stateLock;