]> 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)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Mon, 16 Apr 2018 08:22:46 +0000 (11:22 +0300)
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