mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-23 07:19:24 +02:00
util/nvmutil: use bsd-style indentation
the style was already quite similar, but extended lines in bsd are indented by 4 spaces instead of a tab. this style has grown on me, so i'm adopting it here Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -40,9 +40,10 @@ main(int argc, char *argv[])
|
||||
|
||||
err_if((errno = ((strMac == NULL) && (cmd == NULL)) ? EINVAL : errno));
|
||||
|
||||
skipread[part ^ 1] = (cmd == &cmd_copy) |
|
||||
(cmd == &cmd_setchecksum) | (cmd == &cmd_brick);
|
||||
skipread[part ^ 1] = (cmd == &cmd_copy) | (cmd == &cmd_setchecksum)
|
||||
| (cmd == &cmd_brick);
|
||||
readGbeFile(FILENAME, flags);
|
||||
|
||||
(void)rhex();
|
||||
xunveil("/dev/urandom", "r");
|
||||
if (flags == O_RDONLY) {
|
||||
|
||||
Reference in New Issue
Block a user