GB Debugger: Fix file formatting

This commit is contained in:
Vicki Pfau 2024-06-10 23:20:52 -07:00
parent ab0194fb49
commit 3837ea8444
1 changed files with 7 additions and 7 deletions

View File

@ -3,14 +3,14 @@
* This Source Code Form is subject to the terms of the Mozilla Public * This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include <mgba/internal/gb/debugger/debugger.h> #include <mgba/internal/gb/debugger/debugger.h>
#include <mgba/core/core.h> #include <mgba/core/core.h>
#include <mgba/internal/debugger/cli-debugger.h> #include <mgba/internal/debugger/cli-debugger.h>
#include <mgba/internal/gb/gb.h> #include <mgba/internal/gb/gb.h>
#include <mgba/internal/gb/io.h> #include <mgba/internal/gb/io.h>
#include <mgba/internal/gb/memory.h> #include <mgba/internal/gb/memory.h>
#include <mgba/internal/sm83/debugger/debugger.h> #include <mgba/internal/sm83/debugger/debugger.h>
static const struct SM83Segment _GBSegments[] = { static const struct SM83Segment _GBSegments[] = {
{ .name = "ROM", .start = GB_BASE_CART_BANK1, .end = GB_BASE_VRAM }, { .name = "ROM", .start = GB_BASE_CART_BANK1, .end = GB_BASE_VRAM },