summaryrefslogtreecommitdiff
path: root/src/components/include/protocol/service_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/protocol/service_type.h')
-rw-r--r--src/components/include/protocol/service_type.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/include/protocol/service_type.h b/src/components/include/protocol/service_type.h
index b5870e0af1..803b8106b8 100644
--- a/src/components/include/protocol/service_type.h
+++ b/src/components/include/protocol/service_type.h
@@ -66,11 +66,11 @@ const uint8_t SERVICE_TYPE_BULK = 0x0F;
Navi for video streaming, bulk for PutFile.
*/
enum ServiceType {
- kControl = SERVICE_TYPE_CONTROL,
- kRpc = SERVICE_TYPE_RPC,
- kAudio = SERVICE_TYPE_AUDIO,
+ kControl = SERVICE_TYPE_CONTROL,
+ kRpc = SERVICE_TYPE_RPC,
+ kAudio = SERVICE_TYPE_AUDIO,
kMobileNav = SERVICE_TYPE_NAVI,
- kBulk = SERVICE_TYPE_BULK,
+ kBulk = SERVICE_TYPE_BULK,
kInvalidServiceType
};