mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Fix some vertical alignments
ie. uses spaces for alignment.
This commit is contained in:
@ -36,13 +36,13 @@
|
||||
|
||||
#include "Host.h"
|
||||
|
||||
#define GDB_BFR_MAX 10000
|
||||
#define GDB_MAX_BP 10
|
||||
#define GDB_BFR_MAX 10000
|
||||
#define GDB_MAX_BP 10
|
||||
|
||||
#define GDB_STUB_START '$'
|
||||
#define GDB_STUB_END '#'
|
||||
#define GDB_STUB_ACK '+'
|
||||
#define GDB_STUB_NAK '-'
|
||||
#define GDB_STUB_START '$'
|
||||
#define GDB_STUB_END '#'
|
||||
#define GDB_STUB_ACK '+'
|
||||
#define GDB_STUB_NAK '-'
|
||||
|
||||
|
||||
static int tmpsock = -1;
|
||||
|
Reference in New Issue
Block a user