Skip to content

Commit 5e4c64f

Browse files
[libc] fix formatting
1 parent ae46dfc commit 5e4c64f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libc/startup/uefi/crt1.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "include/llvm-libc-types/EFI_STATUS.h"
109
#include "config/uefi/app.h"
10+
#include "include/llvm-libc-types/EFI_STATUS.h"
1111
#include "src/__support/OSUtil/uefi/error.h"
1212
#include "src/__support/macros/config.h"
1313

@@ -29,5 +29,4 @@ EFI_STATUS EfiMain(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) {
2929
// conversion.
3030
return LIBC_NAMESPACE::errno_to_uefi_status(main(0, nullptr, nullptr));
3131
}
32-
3332
}

0 commit comments

Comments
 (0)