From 312cd74a50d3bc7abf4cdc92b9fe2b572c25659c Mon Sep 17 00:00:00 2001 From: Felix-Dev Date: Mon, 5 Apr 2021 22:48:28 +0200 Subject: [PATCH] pspctrl.h: Remove useless spaces --- src/ctrl/pspctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctrl/pspctrl.h b/src/ctrl/pspctrl.h index 8b78d950..531ccf7f 100644 --- a/src/ctrl/pspctrl.h +++ b/src/ctrl/pspctrl.h @@ -118,7 +118,7 @@ typedef struct SceCtrlData { * It is possible for a button to (briefly) be in two states at the same time. Valid combinations are as follows: * * • [make] & [press]\n - * • [break] & [release] + * • [break] & [release] * * In other words, if a button is in the [make] state, then it is also in the [press] state. However, this is not the case * for the inverse. A button in the [press] state does not need to be in the [make] state.