Browse Source

clang-format

Morph1984 7 năm trước cách đây
mục cha
commit
d6969fa7d4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/core/hle/service/hid/hid.cpp

+ 2 - 2
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<Controller_NPad>(HidController::NPad)
-        .IsVibrationEnabled());
+    rb.Push(
+        applet_resource->GetController<Controller_NPad>(HidController::NPad).IsVibrationEnabled());
 }
 
 void Hid::ActivateConsoleSixAxisSensor(Kernel::HLERequestContext& ctx) {