From 64c38a2334bc82b69b3bd733f9171bad564d8aa4 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Thu, 17 Mar 2022 15:49:24 -0300 Subject: [PATCH] GDB Stub: Fix header indentation --- src/gdbstub.c | 16 ++++++++-------- src/include/86box/gdbstub.h | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/gdbstub.c b/src/gdbstub.c index d6b410a95..20103c4cd 100644 --- a/src/gdbstub.c +++ b/src/gdbstub.c @@ -1,18 +1,18 @@ /* - * 86Box A hypervisor and IBM PC system emulator that specializes in - * running old operating systems and software designed for IBM - * PC systems and compatibles from 1981 through fairly recent - * system designs based on the PCI bus. + * 86Box A hypervisor and IBM PC system emulator that specializes in + * running old operating systems and software designed for IBM + * PC systems and compatibles from 1981 through fairly recent + * 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, + * Authors: RichardG, * - * Copyright 2022 RichardG. + * Copyright 2022 RichardG. */ #include #include diff --git a/src/include/86box/gdbstub.h b/src/include/86box/gdbstub.h index 7ed893392..49eed2c45 100644 --- a/src/include/86box/gdbstub.h +++ b/src/include/86box/gdbstub.h @@ -1,18 +1,18 @@ /* - * 86Box A hypervisor and IBM PC system emulator that specializes in - * running old operating systems and software designed for IBM - * PC systems and compatibles from 1981 through fairly recent - * system designs based on the PCI bus. + * 86Box A hypervisor and IBM PC system emulator that specializes in + * running old operating systems and software designed for IBM + * PC systems and compatibles from 1981 through fairly recent + * 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, + * Authors: RichardG, * - * Copyright 2022 RichardG. + * Copyright 2022 RichardG. */ #ifndef EMU_GDBSTUB_H #define EMU_GDBSTUB_H