]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-dcrypt: Reformatted dcrypt-iostream.h.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sat, 17 Feb 2018 18:19:22 +0000 (19:19 +0100)
committerStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 18 Mar 2018 13:57:15 +0000 (14:57 +0100)
src/lib-dcrypt/dcrypt-iostream.h

index a237eaa56a237ae90dcaa256ae9d0099bfce2c31..ec78978eb05beb65cb112d6978655caacc4cf2cb 100644 (file)
@@ -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