From 574e09f0ef7bc91dd73dd7ed85fd6fc166dcc48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Einar=20Johan=20T=2E=20S=C3=B8ma=CC=8Aen?= Date: Sun, 29 Jan 2012 14:20:01 +0100 Subject: [PATCH] JANITORIAL: Add missing newline at end of file --- graphics/pixelbuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/pixelbuffer.cpp b/graphics/pixelbuffer.cpp index 7fb47749bd3..417e6f64d32 100644 --- a/graphics/pixelbuffer.cpp +++ b/graphics/pixelbuffer.cpp @@ -144,4 +144,4 @@ PixelBuffer &PixelBuffer::operator=(byte *buffer) { return *this; } -} \ No newline at end of file +}