aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpshared.h
diff options
context:
space:
mode:
Diffstat (limited to 'zenhttp/httpshared.h')
-rw-r--r--zenhttp/httpshared.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenhttp/httpshared.h b/zenhttp/httpshared.h
index 06dc4a872..92c1ef9c6 100644
--- a/zenhttp/httpshared.h
+++ b/zenhttp/httpshared.h
@@ -33,8 +33,8 @@ struct CbAttachmentEntry
enum
{
- kIsCompressed = (1u << 0), // Is marshaled using compressed buffer storage format
- kIsObject = (1u << 1), // Is compact binary object
+ kIsCompressed = (1u << 0), // Is marshaled using compressed buffer storage format
+ kIsObject = (1u << 1), // Is compact binary object
};
};