From patchwork Thu Nov 17 14:28:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] Fs: ext4: extents: fixed a brace coding style issue X-Patchwork-Submitter: Zac Storer X-Patchwork-Id: 126233 Message-Id: <1321540106-4321-1-git-send-email-zac.3.14159@gmail.com> To: tytso@mit.edu Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, Zac Storer Date: Thu, 17 Nov 2011 07:28:26 -0700 From: Zac Storer List-Id: Fixed a brace coding style issue. Signed-off-by: Zac Storer --- fs/ext4/extents.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 61fa9e1..6544208 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c @@ -4017,7 +4017,7 @@ got_allocated_blocks: ext4_ext_store_pblock(&newex, newblock + offset); newex.ee_len = cpu_to_le16(ar.len); /* Mark uninitialized */ - if (flags & EXT4_GET_BLOCKS_UNINIT_EXT){ + if (flags & EXT4_GET_BLOCKS_UNINIT_EXT) { ext4_ext_mark_uninitialized(&newex); /* * io_end structure was created for every IO write to an