From 75f7387042d4ed4474636fd88b13b63d7c63e6dc Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 14 Apr 2020 14:24:43 +0300 Subject: [PATCH] lib: ostream.h - Fix indent in enum ostream_create_file_flags --- src/lib/ostream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ostream.h b/src/lib/ostream.h index 277cbe1503..99c1a8c9c2 100644 --- a/src/lib/ostream.h +++ b/src/lib/ostream.h @@ -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 { -- 2.47.3