From e3faff893ac1d1a847e9d376573ef52301712c7d Mon Sep 17 00:00:00 2001 From: anirudhb Date: Tue, 28 Apr 2020 18:42:00 -0700 Subject: [PATCH] Clang-format again --- src/core/hle/service/hid/controllers/npad.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/hle/service/hid/controllers/npad.h b/src/core/hle/service/hid/controllers/npad.h index e892d1d205..6ee93939ad 100644 --- a/src/core/hle/service/hid/controllers/npad.h +++ b/src/core/hle/service/hid/controllers/npad.h @@ -301,8 +301,8 @@ private: NPadGeneric left_joy_states; NPadGeneric right_joy_states; NPadGeneric pokeball_states; - NPadGeneric libnx; // TODO(ogniK): Find out what this actually is, libnx seems to only be - // relying on this for the time being + NPadGeneric libnx; // TODO(ogniK): Find out what this actually is, libnx seems to only be + // relying on this for the time being SixAxisGeneric full; SixAxisGeneric handheld; SixAxisGeneric left_dual;