clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.
Change-Id: Ia442cdc88aaeaab2f1384cc46a56f5cd5e40f2f5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/vpdecc/vpdecc_support.c b/vpdecc/vpdecc_support.c
index 674f236..c6bc1c3 100644
--- a/vpdecc/vpdecc_support.c
+++ b/vpdecc/vpdecc_support.c
@@ -46,8 +46,7 @@
const unsigned char syndrom,
const unsigned char* csdSyndroms,
unsigned char* vResult)
-{
-}
+{}
/******************************************************************************/
/* seepromGenerateCheckSyndromDecode */
@@ -57,8 +56,7 @@
void seepromGenerateCheckSyndromDecode(const unsigned char checkSyndrom,
unsigned char* csdData,
unsigned char* csdEcc)
-{
-}
+{}
/******************************************************************************/
/* seepromEccCheck */