add a return at the end of each file

This commit is contained in:
p-sam 2018-08-04 15:29:30 +00:00
parent 8d48921bab
commit 3cf003ca45
4 changed files with 4 additions and 4 deletions

View File

@ -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();

View File

@ -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();

View File

@ -74,4 +74,4 @@ Result hidDbgDeactivateHomeButton() {
}
return rc;
}
}

View File

@ -67,4 +67,4 @@ Result hidSysActivateHomeButton() {
}
return rc;
}
}