From bbbaa425d96987a7bb2a22aca44e397dcbd5bc54 Mon Sep 17 00:00:00 2001 From: Pieter Hulshoff Date: Fri, 30 Jun 2017 14:51:47 +0200 Subject: [PATCH] Fixed CR/LF mix in header files. --- RetroFE/Source/Graphics/Component/ReloadableText.h | 3 ++- RetroFE/Source/Graphics/Component/Text.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/RetroFE/Source/Graphics/Component/ReloadableText.h b/RetroFE/Source/Graphics/Component/ReloadableText.h index 25069a2..82b328b 100644 --- a/RetroFE/Source/Graphics/Component/ReloadableText.h +++ b/RetroFE/Source/Graphics/Component/ReloadableText.h @@ -1,4 +1,5 @@ -/* This file is part of RetroFE. * +/* This file is part of RetroFE. + * * RetroFE is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/RetroFE/Source/Graphics/Component/Text.h b/RetroFE/Source/Graphics/Component/Text.h index 97055c2..bdb0765 100644 --- a/RetroFE/Source/Graphics/Component/Text.h +++ b/RetroFE/Source/Graphics/Component/Text.h @@ -1,4 +1,5 @@ -/* This file is part of RetroFE. * +/* This file is part of RetroFE. + * * RetroFE is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or