Skip to content

Commit eac0e6b

Browse files
committed
[C++] Formatting.
1 parent b85fa96 commit eac0e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sbe-benchmarks/src/main/cpp/SbeCarCodecBench.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
using namespace uk::co::real_logic::sbe::benchmarks;
2323

24-
char VEHICLE_CODE[] = {'a', 'b', 'c', 'd', 'e', 'f'};
24+
char VEHICLE_CODE[] = { 'a', 'b', 'c', 'd', 'e', 'f' };
2525
uint32_t SOME_NUMBERS[] = { 1, 2, 3, 4, 5 };
26-
char MANUFACTURER_CODE[] = {'1', '2', '3'};
26+
char MANUFACTURER_CODE[] = { '1', '2', '3' };
2727
const char *MANUFACTURER = "Honda";
2828
size_t MANUFACTURER_LEN = strlen(MANUFACTURER);
2929
const char *MODEL = "Civic VTi";

0 commit comments

Comments
 (0)