libpldm: Trailing comment formatting

Something changed in CI recently which meant these issues are now picked
up. I always hit these conflicts locally and it never really made sense
to me why I hit them, but oh well. This appears to be fixed now.

Change-Id: I46a280a826126d683fd2b8cb7b95639aa5d9d39f
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/tests/libpldm_utils_test.cpp b/tests/libpldm_utils_test.cpp
index 0b787e5..663a531 100644
--- a/tests/libpldm_utils_test.cpp
+++ b/tests/libpldm_utils_test.cpp
@@ -84,7 +84,7 @@
 TEST(TimeLegal, TimeLegal)
 {
     EXPECT_EQ(true, is_time_legal(30, 25, 16, 18, 8, 2019));
-    EXPECT_EQ(true, is_time_legal(30, 25, 16, 29, 2, 2020));   // leap year
+    EXPECT_EQ(true, is_time_legal(30, 25, 16, 29, 2, 2020)); // leap year
 
     EXPECT_EQ(false, is_time_legal(30, 25, 16, 18, 8, 1960));  // year illegal
     EXPECT_EQ(false, is_time_legal(30, 25, 16, 18, 15, 2019)); // month illegal