aboutsummaryrefslogtreecommitdiffstats
path: root/src/types/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/message.h')
-rw-r--r--src/types/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/message.h b/src/types/message.h
index 00a2a50..0f1ade2 100644
--- a/src/types/message.h
+++ b/src/types/message.h
@@ -88,7 +88,7 @@ struct message
* 0 while reading headers, 1 while reading payload, and 2 when done (internal data)
*/
int stage;
-
+
#if INT_MAX != LONG_MAX
int padding__;
#endif