diff --git a/src/lib-dcrypt/dcrypt-iostream.h b/src/lib-dcrypt/dcrypt-iostream.h index a237eaa56a..ec78978eb0 100644 --- a/src/lib-dcrypt/dcrypt-iostream.h +++ b/src/lib-dcrypt/dcrypt-iostream.h @@ -1,7 +1,8 @@ #ifndef DCRYPT_IOSTREAM_H #define DCRYPT_IOSTREAM_H 1 -static const unsigned char IOSTREAM_CRYPT_MAGIC[] = {'C','R','Y','P','T','E','D','\x03','\x07'}; +static const unsigned char IOSTREAM_CRYPT_MAGIC[] = + {'C','R','Y','P','T','E','D','\x03','\x07'}; #define IOSTREAM_CRYPT_VERSION 2 #define IOSTREAM_TAG_SIZE 16