]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: ostream.h - Fix indent in enum ostream_create_file_flags
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 14 Apr 2020 11:24:43 +0000 (14:24 +0300)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Tue, 14 Apr 2020 13:47:14 +0000 (13:47 +0000)
src/lib/ostream.h

index 277cbe1503a7889b23bfa5e9bc3d2c138f4d2912..99c1a8c9c28c0f1a581881fa205e08841030f817 100644 (file)
@@ -18,8 +18,8 @@ enum ostream_send_istream_result {
 };
 
 enum ostream_create_file_flags {
-  /* without append, file is truncated */
-  OSTREAM_CREATE_FILE_FLAG_APPEND = BIT(0),
+       /* without append, file is truncated */
+       OSTREAM_CREATE_FILE_FLAG_APPEND = BIT(0),
 };
 
 struct ostream {