summaryrefslogtreecommitdiff
path: root/include/user/avconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/avconfig.h')
-rw-r--r--include/user/avconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/user/avconfig.h b/include/user/avconfig.h
index fe0596d..8e0d893 100644
--- a/include/user/avconfig.h
+++ b/include/user/avconfig.h
@@ -11,7 +11,7 @@ extern "C" {
* Get the maximum brightness.
*
* @param[out] maxBrightness - Maximum brightness.
- *
+ *
* @return 0 on success, < 0 on error.
*/
int sceAVConfigGetDisplayMaxBrightness(int *maxBrightness);
@@ -20,7 +20,7 @@ int sceAVConfigGetDisplayMaxBrightness(int *maxBrightness);
* Set the screen brightness.
*
* @param brightness - Brightness that the screen will be set to (range 21-65536, 0 turns off the screen).
- *
+ *
* @return 0 on success, < 0 on error.
*/
int sceAVConfigSetDisplayBrightness(int brightness);