Skip to content

Commit 56ca532

Browse files
authored
Moved a { to the same line as if
Moved a { to the same line as if
1 parent 7e206a9 commit 56ca532

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

platform/source/mbed_retarget.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,7 @@ extern "C" int PREFIX(_close)(FILEHANDLE fh)
656656
#if !MBED_CONF_PLATFORM_STDIO_MINIMAL_CONSOLE_ONLY
657657
extern "C" int close(int fildes)
658658
{
659-
if (fildes < 0)
660-
{
659+
if (fildes < 0) {
661660
errno = EBADF;
662661
return -1;
663662
}

0 commit comments

Comments
 (0)