diff options
| author | Peter Jones <pjones@redhat.com> | 2021-02-13 12:01:47 -0500 |
|---|---|---|
| committer | Javier Martinez Canillas <javier@dowhile0.org> | 2021-02-16 16:42:27 +0100 |
| commit | 0bc2aa4ca81d8a022ce37ab3eb295836fb18258b (patch) | |
| tree | f3f8398ca6e63211df7621608137c0249b6405c1 /include | |
| parent | 4edb31fcfc12dc0627edf8018f3a179dffe634a1 (diff) | |
| download | efi-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.h | 2 |
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 |
