From d6969fa7d4fed7460530ab2e17f48043c8613f6b Mon Sep 17 00:00:00 2001 From: Morph1984 <39850852+Morph1984@users.noreply.github.com> Date: Wed, 4 Sep 2019 10:06:38 -0400 Subject: [PATCH] clang-format --- src/core/hle/service/hid/hid.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp index 6446edae3..f8b1ca816 100644 --- a/src/core/hle/service/hid/hid.cpp +++ b/src/core/hle/service/hid/hid.cpp @@ -696,8 +696,8 @@ void Hid::IsVibrationPermitted(Kernel::HLERequestContext& ctx) { IPC::ResponseBuilder rb{ctx, 3}; rb.Push(RESULT_SUCCESS); - rb.Push(applet_resource->GetController(HidController::NPad) - .IsVibrationEnabled()); + rb.Push( + applet_resource->GetController(HidController::NPad).IsVibrationEnabled()); } void Hid::ActivateConsoleSixAxisSensor(Kernel::HLERequestContext& ctx) {