From 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jul 2005 21:11:48 +0000 Subject: Remove trailing whitespaces. svn-id: r18604 --- graphics/surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/surface.h') diff --git a/graphics/surface.h b/graphics/surface.h index 2e98ec0bef..6118ab76b2 100644 --- a/graphics/surface.h +++ b/graphics/surface.h @@ -52,7 +52,7 @@ struct Surface { * Allocate pixels memory for this surface and for the specified dimension. */ void create(uint16 width, uint16 height, uint8 bytesPP); - + /** * Release the memory used by the pixels memory of this surface. This is the * counterpart to create(). -- cgit v1.2.3