aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMax Horn2009-10-04 21:26:33 +0000
committerMax Horn2009-10-04 21:26:33 +0000
commitf242266f6dc1f18e1b47aa4942c263cf81b75300 (patch)
tree349e8aa3db0d2dfbb54676aa84bb13d2e40dabdf /graphics
parentc8f002ae437677c08ab6154983c70f146607bfaa (diff)
downloadscummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.tar.gz
scummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.tar.bz2
scummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.zip
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
svn-id: r44634
Diffstat (limited to 'graphics')
-rw-r--r--graphics/VectorRenderer.cpp2
-rw-r--r--graphics/VectorRenderer.h2
-rw-r--r--graphics/colormasks.h2
-rw-r--r--graphics/conversion.cpp2
-rw-r--r--graphics/conversion.h2
-rw-r--r--graphics/imagedec.cpp2
-rw-r--r--graphics/imagedec.h2
-rw-r--r--graphics/pixelformat.h2
-rw-r--r--graphics/sjis.cpp2
-rw-r--r--graphics/sjis.h2
-rw-r--r--graphics/thumbnail.cpp2
-rw-r--r--graphics/thumbnail.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/graphics/VectorRenderer.cpp b/graphics/VectorRenderer.cpp
index 46e1e975d5..725d7f173b 100644
--- a/graphics/VectorRenderer.cpp
+++ b/graphics/VectorRenderer.cpp
@@ -147,4 +147,4 @@ void VectorRenderer::stepGetPositions(const DrawStep &step, const Common::Rect &
}
}
-} // end of namespace Graphics
+} // End of namespace Graphics
diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h
index 136a8d55b3..0a783a077d 100644
--- a/graphics/VectorRenderer.h
+++ b/graphics/VectorRenderer.h
@@ -494,6 +494,6 @@ protected:
int _gradientBytes[3]; /**< Color bytes of the active gradient, used to speed up calculation */
};
-} // end of namespace Graphics
+} // End of namespace Graphics
#endif
diff --git a/graphics/colormasks.h b/graphics/colormasks.h
index c8f21d3564..e14b32251e 100644
--- a/graphics/colormasks.h
+++ b/graphics/colormasks.h
@@ -322,6 +322,6 @@ PixelFormat createPixelFormat() {
}
-} // end of namespace Graphics
+} // End of namespace Graphics
#endif
diff --git a/graphics/conversion.cpp b/graphics/conversion.cpp
index df9d7c4d6d..b51ead1897 100644
--- a/graphics/conversion.cpp
+++ b/graphics/conversion.cpp
@@ -148,4 +148,4 @@ bool crossBlit(byte *dst, const byte *src, int dstpitch, int srcpitch,
return true;
}
-} // end of namespace Graphics
+} // End of namespace Graphics
diff --git a/graphics/conversion.h b/graphics/conversion.h
index 77763eb3d4..0c47574117 100644
--- a/graphics/conversion.h
+++ b/graphics/conversion.h
@@ -71,6 +71,6 @@ inline static void RGB2YUV(byte r, byte g, byte b, byte &y, byte &u, byte &v) {
bool crossBlit(byte *dst, const byte *src, int dstpitch, int srcpitch,
int w, int h, const Graphics::PixelFormat &dstFmt, const Graphics::PixelFormat &srcFmt);
-} // end of namespace Graphics
+} // End of namespace Graphics
#endif // GRAPHICS_CONVERSION_H
diff --git a/graphics/imagedec.cpp b/graphics/imagedec.cpp
index b02ab7ac47..b38799c45a 100644
--- a/graphics/imagedec.cpp
+++ b/graphics/imagedec.cpp
@@ -174,4 +174,4 @@ Surface *ImageDecoder::loadFile(Common::SeekableReadStream &stream, const PixelF
return decoder->decodeImage(stream, format);
}
-} // end of namespace Graphics
+} // End of namespace Graphics
diff --git a/graphics/imagedec.h b/graphics/imagedec.h
index c2ef39ebab..f3cc5a6e6b 100644
--- a/graphics/imagedec.h
+++ b/graphics/imagedec.h
@@ -61,7 +61,7 @@ public:
*/
virtual Surface *decodeImage(Common::SeekableReadStream &stream, const PixelFormat &format) = 0;
};
-} // end of namespace Graphics
+} // End of namespace Graphics
#endif
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
diff --git a/graphics/sjis.cpp b/graphics/sjis.cpp
index a3460d04e5..8db3a6ede4 100644
--- a/graphics/sjis.cpp
+++ b/graphics/sjis.cpp
@@ -408,7 +408,7 @@ const uint8 *FontSjisSVM::getCharData8x16(uint16 c) const {
return _fontData8x16 + offset;
}
-} // end of namespace Graphics
+} // End of namespace Graphics
#endif // defined(GRAPHICS_SJIS_H)
diff --git a/graphics/sjis.h b/graphics/sjis.h
index b819cffba3..14a5187914 100644
--- a/graphics/sjis.h
+++ b/graphics/sjis.h
@@ -205,7 +205,7 @@ private:
// TODO: Consider adding support for PC98 ROM
-} // end of namespace Graphics
+} // End of namespace Graphics
#endif
diff --git a/graphics/thumbnail.cpp b/graphics/thumbnail.cpp
index de8c2eb2d9..4c8ce289cf 100644
--- a/graphics/thumbnail.cpp
+++ b/graphics/thumbnail.cpp
@@ -166,5 +166,5 @@ bool saveThumbnail(Common::WriteStream &out, const Graphics::Surface &thumb) {
return true;
}
-} // end of namespace Graphics
+} // End of namespace Graphics
diff --git a/graphics/thumbnail.h b/graphics/thumbnail.h
index 0553306519..b3fdb70b95 100644
--- a/graphics/thumbnail.h
+++ b/graphics/thumbnail.h
@@ -63,7 +63,7 @@ bool saveThumbnail(Common::WriteStream &out);
*/
bool saveThumbnail(Common::WriteStream &out, const Graphics::Surface &thumb);
-} // end of namespace Graphics
+} // End of namespace Graphics
#endif