From e74a3437211bed8e483ce289b87c99f479849a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 28 Mar 2012 17:54:20 +0300 Subject: Trim trailing whitespace. --- file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.h') diff --git a/file.h b/file.h index 4592c33..15e129c 100644 --- a/file.h +++ b/file.h @@ -18,7 +18,7 @@ public: virtual ~cText2SkinFile(); virtual bool Load(const std::string &Filename); - + const std::string &Skin(void) const { return mSkin; } }; -- cgit v1.2.3