Update format cause .clang-format file updates.

Signed-off-by: Bob King <Bob_King@wistron.com>
Change-Id: I500cce09185c061a0c8c168346b86edda7f2eea2
diff --git a/phosphor-regulators/test/validate-regulators-config_tests.cpp b/phosphor-regulators/test/validate-regulators-config_tests.cpp
index 08e798d..a352f36 100644
--- a/phosphor-regulators/test/validate-regulators-config_tests.cpp
+++ b/phosphor-regulators/test/validate-regulators-config_tests.cpp
@@ -1,5 +1,5 @@
 /**
- * Copyright © 2020 IBM Corporation
+ * Copyright c 2020 IBM Corporation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,9 +18,10 @@
 #include <stdlib.h>
 #include <sys/wait.h>
 
-#include <fstream>
 #include <nlohmann/json.hpp>
 
+#include <fstream>
+
 #include <gtest/gtest.h>
 
 #define EXPECT_FILE_VALID(configFile) expectFileValid(configFile)
@@ -286,4 +287,4 @@
         EXPECT_JSON_INVALID(configFile, "Validation failed.",
                             "[] is too short");
     }
-}
\ No newline at end of file
+}