From 151d8d486a53b4e907d7c06d9b7315c9f08bf032 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sun, 7 Jun 2020 16:03:15 -0300 Subject: [PATCH] Small indentation and header fixes --- src/chipset/intel_4x0.c | 4 ++-- src/include/86box/postcard.h | 1 + src/postcard.c | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/chipset/intel_4x0.c b/src/chipset/intel_4x0.c index aee40c3e5..779da0c03 100644 --- a/src/chipset/intel_4x0.c +++ b/src/chipset/intel_4x0.c @@ -43,8 +43,8 @@ enum INTEL_430VX, INTEL_430TX, INTEL_440FX, - INTEL_440LX, - INTEL_440EX, + INTEL_440LX, + INTEL_440EX, INTEL_440BX, INTEL_440ZX }; diff --git a/src/include/86box/postcard.h b/src/include/86box/postcard.h index 6bc8564cf..8cf1d1c54 100644 --- a/src/include/86box/postcard.h +++ b/src/include/86box/postcard.h @@ -11,6 +11,7 @@ * * * Author: RichardG, + * * Copyright 2020 RichardG. */ #ifndef POSTCARD_H diff --git a/src/postcard.c b/src/postcard.c index 683abb13b..92166cc97 100644 --- a/src/postcard.c +++ b/src/postcard.c @@ -11,6 +11,7 @@ * * * Author: RichardG, + * * Copyright 2020 RichardG. */ #include