mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
Clang formatting.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user