Clang formatting.

This commit is contained in:
PartialVolume
2020-03-10 15:23:18 +00:00
parent 88cae05301
commit 87199a1940

View File

@@ -427,10 +427,10 @@ int nwipe_log_sysinfo()
"processor-frequency",
"" // terminates the keyword array. DO NOT REMOVE
};
char dmidecode_command[] = "dmidecode -s %s";
char cmd[sizeof(dmidecode_keywords)+sizeof(dmidecode_command)];
char cmd[sizeof( dmidecode_keywords ) + sizeof( dmidecode_command )];
unsigned int keywords_idx;