Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Oct 9, 2020
1 parent 05913fa commit a317b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inet/tests/TestInetCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static void UseStdoutLineBuffering()
constexpr char * buf = nullptr;
#else
static char buf[512];
#endif // CHIP_CONFIG_MEMORY_MGMT_MALLOC
#endif // CHIP_CONFIG_MEMORY_MGMT_MALLOC
setvbuf(stdout, buf, _IOLBF, 512);
}

Expand Down

0 comments on commit a317b06

Please sign in to comment.