Use clang-format
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#include <libk/std.h>
|
||||
#include <amd64/tss.h>
|
||||
#include <libk/std.h>
|
||||
|
||||
__attribute__((aligned(16))) static volatile struct tss tss;
|
||||
__attribute__ ((aligned (16))) static volatile struct tss tss;
|
||||
|
||||
volatile struct tss *amd64_get_tss(void) {
|
||||
return &tss;
|
||||
}
|
||||
volatile struct tss* amd64_get_tss (void) { return &tss; }
|
||||
|
||||
Reference in New Issue
Block a user