Explorar el Código

Attemp clang format fix?

Seems to be an issue with clang format
David Marcec hace 7 años
padre
commit
dfe4b3f723
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/core/hle/service/friend/errors.h

+ 0 - 1
src/core/hle/service/friend/errors.h

@@ -9,5 +9,4 @@
 namespace Service::Friend {
 
 constexpr ResultCode ERR_NO_NOTIFICATIONS{ErrorModule::Account, 15};
-
 }