Pārlūkot izejas kodu

turned clang format back on

noah the goodra 9 gadi atpakaļ
vecāks
revīzija
ad49cec194
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/core/hle/service/ir/ir_u.cpp

+ 1 - 1
src/core/hle/service/ir/ir_u.cpp

@@ -27,7 +27,7 @@ const Interface::FunctionInfo FunctionTable[] = {
     {0x00100000, nullptr, "GetErrorStatus"},
     {0x00110040, nullptr, "SetSleepModeActive"},
     {0x00120040, nullptr, "SetSleepModeState"},
-    // clang-format off
+    // clang-format on
 };
 
 IR_U_Interface::IR_U_Interface() {