diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-21 12:28:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-21 20:26:12 +0300 |
commit | f4fe732ccbd65fd584b7787f3b5aec904a85d11b (patch) | |
tree | 5cf6023ab3713316326547026c10f2fb4ce6d8b8 /src/net/downloadstatus.h | |
parent | c78423448941517eeae0a60e703a5dc2976aed0c (diff) | |
download | plus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.gz plus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.bz2 plus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.xz plus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.zip |
Fix code style.
Diffstat (limited to 'src/net/downloadstatus.h')
-rw-r--r-- | src/net/downloadstatus.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/net/downloadstatus.h b/src/net/downloadstatus.h index 8c5066915..c927c0f19 100644 --- a/src/net/downloadstatus.h +++ b/src/net/downloadstatus.h @@ -26,13 +26,13 @@ namespace DownloadStatus { enum Type { - CANCELLED = -3, - THREAD_ERROR = -2, - ERROR = -1, - STARTING = 0, - IDLE, - COMPLETE + Cancelled = -3, + ThreadError = -2, + Error = -1, + Starting = 0, + Idle, + Complete }; -} // namespace Net +} // namespace DownloadStatus #endif // NET_DOWNLOADSTATUS_H |