aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixelformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pixelformat.h')
-rw-r--r--graphics/pixelformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pixelformat.h b/graphics/pixelformat.h
index b94ef41412..1822370fcd 100644
--- a/graphics/pixelformat.h
+++ b/graphics/pixelformat.h
@@ -168,6 +168,6 @@ inline PixelFormat findCompatibleFormat(Common::List<PixelFormat> backend, Commo
return PixelFormat::createFormatCLUT8();
}
-} // end of namespace Graphics
+} // End of namespace Graphics
#endif