GDB Stub: Fix header indentation

This commit is contained in:
RichardG867
2022-03-17 15:49:24 -03:00
parent 90e9054f2c
commit 64c38a2334
2 changed files with 16 additions and 16 deletions

View File

@@ -1,18 +1,18 @@
/* /*
* 86Box A hypervisor and IBM PC system emulator that specializes in * 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM * running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent * PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus. * system designs based on the PCI bus.
* *
* This file is part of the 86Box distribution. * This file is part of the 86Box distribution.
* *
* GDB stub server for remote debugging. * GDB stub server for remote debugging.
* *
* *
* *
* Authors: RichardG, <richardg867@gmail.com> * Authors: RichardG, <richardg867@gmail.com>
* *
* Copyright 2022 RichardG. * Copyright 2022 RichardG.
*/ */
#include <inttypes.h> #include <inttypes.h>
#include <stdarg.h> #include <stdarg.h>

View File

@@ -1,18 +1,18 @@
/* /*
* 86Box A hypervisor and IBM PC system emulator that specializes in * 86Box A hypervisor and IBM PC system emulator that specializes in
* running old operating systems and software designed for IBM * running old operating systems and software designed for IBM
* PC systems and compatibles from 1981 through fairly recent * PC systems and compatibles from 1981 through fairly recent
* system designs based on the PCI bus. * system designs based on the PCI bus.
* *
* This file is part of the 86Box distribution. * This file is part of the 86Box distribution.
* *
* Definitions for the GDB stub server. * Definitions for the GDB stub server.
* *
* *
* *
* Authors: RichardG, <richardg867@gmail.com> * Authors: RichardG, <richardg867@gmail.com>
* *
* Copyright 2022 RichardG. * Copyright 2022 RichardG.
*/ */
#ifndef EMU_GDBSTUB_H #ifndef EMU_GDBSTUB_H
#define EMU_GDBSTUB_H #define EMU_GDBSTUB_H