From dbd98fe18b11dd092811646c08249bc10a9ae16b Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 10 Dec 2023 02:00:04 -0600 Subject: [PATCH] [nostalgia/core/studio] Really pedantic formatting change --- .../src/studio/tilesheeteditor/commands/addsubsheetcommand.hpp | 1 + .../core/src/studio/tilesheeteditor/commands/cutpastecommand.hpp | 1 + .../src/studio/tilesheeteditor/commands/deletetilescommand.hpp | 1 + .../core/src/studio/tilesheeteditor/commands/drawcommand.hpp | 1 + .../src/studio/tilesheeteditor/commands/inserttilescommand.hpp | 1 + .../src/studio/tilesheeteditor/commands/palettechangecommand.hpp | 1 + .../src/studio/tilesheeteditor/commands/rmsubsheetcommand.hpp | 1 + .../studio/tilesheeteditor/commands/updatesubsheetcommand.hpp | 1 + 8 files changed, 8 insertions(+) diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.hpp index f6542314..366d33ed 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/addsubsheetcommand.hpp @@ -1,6 +1,7 @@ /* * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. */ + #pragma once #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.hpp index 3003913b..fc19af89 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/cutpastecommand.hpp @@ -1,6 +1,7 @@ /* * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. */ + #pragma once #include diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.hpp index 9d6c262f..9ba1efe5 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/deletetilescommand.hpp @@ -1,6 +1,7 @@ /* * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. */ + #pragma once #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.hpp index 8634bb51..5ef0b2e2 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/drawcommand.hpp @@ -1,6 +1,7 @@ /* * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. */ + #pragma once #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.hpp index 2177636b..77270b65 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/inserttilescommand.hpp @@ -1,6 +1,7 @@ /* * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. */ + #pragma once #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.hpp index 00bba351..d75213f8 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/palettechangecommand.hpp @@ -1,6 +1,7 @@ /* * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. */ + #pragma once #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.hpp index 149c7ee3..915b2cbb 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/rmsubsheetcommand.hpp @@ -1,6 +1,7 @@ /* * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. */ + #pragma once #include "commands.hpp" diff --git a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.hpp b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.hpp index 036e4e28..385439c0 100644 --- a/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.hpp +++ b/src/nostalgia/modules/core/src/studio/tilesheeteditor/commands/updatesubsheetcommand.hpp @@ -1,6 +1,7 @@ /* * Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved. */ + #pragma once #include "commands.hpp"