Fix indention, no functional change
This commit is contained in:
parent
ee4f5a5190
commit
41059a24a7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user