diff options
| author | 2023-04-19 17:52:09 +0000 | |
|---|---|---|
| committer | 2023-04-19 17:52:09 +0000 | |
| commit | 79e32127b3897424015b3f6842c87ea81e37efb1 (patch) | |
| tree | a159947010812334e28ea4a1f7db56a107c56f12 /src/dedicated_room/yuzu_room.cpp | |
| parent | Fix formatting. (diff) | |
| download | yuzu-79e32127b3897424015b3f6842c87ea81e37efb1.tar.gz yuzu-79e32127b3897424015b3f6842c87ea81e37efb1.tar.xz yuzu-79e32127b3897424015b3f6842c87ea81e37efb1.zip | |
Run clang-format to fix all.
Diffstat (limited to 'src/dedicated_room/yuzu_room.cpp')
| -rw-r--r-- | src/dedicated_room/yuzu_room.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dedicated_room/yuzu_room.cpp b/src/dedicated_room/yuzu_room.cpp index c1e5c8caf..d707dabe2 100644 --- a/src/dedicated_room/yuzu_room.cpp +++ b/src/dedicated_room/yuzu_room.cpp | |||
| @@ -225,7 +225,8 @@ int main(int argc, char** argv) { | |||
| 225 | InitializeLogging(log_file); | 225 | InitializeLogging(log_file); |
| 226 | 226 | ||
| 227 | while (optind < argc) { | 227 | while (optind < argc) { |
| 228 | int arg = getopt_long(argc, argv, "n:d:s:p:m:w:g:u:t:a:i:l:hv", long_options, &option_index); | 228 | int arg = |
| 229 | getopt_long(argc, argv, "n:d:s:p:m:w:g:u:t:a:i:l:hv", long_options, &option_index); | ||
| 229 | if (arg != -1) { | 230 | if (arg != -1) { |
| 230 | switch (static_cast<char>(arg)) { | 231 | switch (static_cast<char>(arg)) { |
| 231 | case 'n': | 232 | case 'n': |