summaryrefslogtreecommitdiff
path: root/src/libultra_boot_O2/osViSetSpecialFeatures.c
diff options
context:
space:
mode:
authorRoman971 <romanlasnier@hotmail.com>2020-03-22 22:19:43 +0100
committerRoman971 <romanlasnier@hotmail.com>2020-03-22 22:20:03 +0100
commit8cfe7cce9f8d8abea794e67510879e751d373a87 (patch)
treec6c46f34d3575f6dc02b98b2b5f5ad88d2b2c64e /src/libultra_boot_O2/osViSetSpecialFeatures.c
parent251aea64ab3e6e8cd6f1d9ed34f514e656724777 (diff)
Format all src C files
Diffstat (limited to 'src/libultra_boot_O2/osViSetSpecialFeatures.c')
-rw-r--r--src/libultra_boot_O2/osViSetSpecialFeatures.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libultra_boot_O2/osViSetSpecialFeatures.c b/src/libultra_boot_O2/osViSetSpecialFeatures.c
index 06d040a51..ab949ba31 100644
--- a/src/libultra_boot_O2/osViSetSpecialFeatures.c
+++ b/src/libultra_boot_O2/osViSetSpecialFeatures.c
@@ -1,7 +1,6 @@
#include <global.h>
-void osViSetSpecialFeatures(u32 func)
-{
+void osViSetSpecialFeatures(u32 func) {
register u32 int_disabled = __osDisableInt();
if (func & OS_VI_GAMMA_ON) {
__osViNext->features |= OS_VI_GAMMA;