summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-02-13 12:01:47 -0500
committerJavier Martinez Canillas <javier@dowhile0.org>2021-02-16 16:42:27 +0100
commit0bc2aa4ca81d8a022ce37ab3eb295836fb18258b (patch)
treef3f8398ca6e63211df7621608137c0249b6405c1 /include
parent4edb31fcfc12dc0627edf8018f3a179dffe634a1 (diff)
downloadefi-boot-shim-0bc2aa4ca81d8a022ce37ab3eb295836fb18258b.tar.gz
efi-boot-shim-0bc2aa4ca81d8a022ce37ab3eb295836fb18258b.zip
sbat: clang-format the whole thing.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sbat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbat.h b/include/sbat.h
index 39971d9e..5f0d7643 100644
--- a/include/sbat.h
+++ b/include/sbat.h
@@ -21,7 +21,7 @@ struct sbat {
};
EFI_STATUS parse_sbat(char *sbat_base, size_t sbat_size, char *buffer,
- struct sbat *sbat);
+ struct sbat *sbat);
#endif /* !SBAT_H_ */
// vim:fenc=utf-8:tw=75:noet