mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 02:52:13 +02:00
add a return at the end of each file
This commit is contained in:
parent
8d48921bab
commit
3cf003ca45
@ -14,4 +14,4 @@ Result hidDbgInitialize(void);
|
||||
void hidDbgExit(void);
|
||||
|
||||
/// Enables the default behavior of the HOME button (going back to the main menu) if it was disabled
|
||||
Result hidDbgDeactivateHomeButton();
|
||||
Result hidDbgDeactivateHomeButton();
|
||||
|
@ -11,4 +11,4 @@ Result hidSysInitialize(void);
|
||||
void hidSysExit(void);
|
||||
|
||||
/// Disables the default behavior of the HOME button (going back to the main menu) if it was enabled
|
||||
Result hidSysActivateHomeButton();
|
||||
Result hidSysActivateHomeButton();
|
||||
|
@ -74,4 +74,4 @@ Result hidDbgDeactivateHomeButton() {
|
||||
}
|
||||
|
||||
return rc;
|
||||
}
|
||||
}
|
||||
|
@ -67,4 +67,4 @@ Result hidSysActivateHomeButton() {
|
||||
}
|
||||
|
||||
return rc;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user