diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-06-27 10:59:51 -0400 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-06-27 11:36:30 -0400 |
commit | e486c66850637a05ba2912e3f1e25a97cfebc41e (patch) | |
tree | 4808e8b151136b7517b5cb7f6895cf0c55633441 /src | |
parent | 626cc44d7ababf037cbf1f0a6fd1372efc296b64 (diff) |
NvFlinger: Clang Format.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/nvflinger/nvflinger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.h b/src/core/hle/service/nvflinger/nvflinger.h index 4bc3d7ab2e..e4959a9afc 100644 --- a/src/core/hle/service/nvflinger/nvflinger.h +++ b/src/core/hle/service/nvflinger/nvflinger.h @@ -10,8 +10,8 @@ #include <optional> #include <string> #include <string_view> -#include <vector> #include <thread> +#include <vector> #include "common/common_types.h" #include "core/hle/kernel/object.h" |