From aed02365ec81e77b3c8aa4f4ecd9a9d3893326f2 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 25 Jan 2010 01:39:44 +0000 Subject: Strip trailing spaces/tabs. svn-id: r47541 --- backends/platform/sdl/sdl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/sdl/sdl.h') diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h index a38d76583f..0b862abd63 100644 --- a/backends/platform/sdl/sdl.h +++ b/backends/platform/sdl/sdl.h @@ -75,9 +75,9 @@ class AspectRatio { public: AspectRatio() { _kw = _kh = 0; } AspectRatio(int w, int h); - + bool isAuto() const { return (_kw | _kh) == 0; } - + int kw() const { return _kw; } int kh() const { return _kh; } }; -- cgit v1.2.3