summaryrefslogtreecommitdiff
path: root/src/resources/sdlrescalefacility.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2009-08-06 21:32:44 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2009-08-06 21:32:44 +0200
commit8c5506d97c620aa83b11056dd6cb1ff332f9921c (patch)
tree06c37a20f9c687b7de37687a2db6bbb40681812b /src/resources/sdlrescalefacility.h
parent5f35db151850a9ac318743bccfeb20711af5de8d (diff)
downloadmana-client-8c5506d97c620aa83b11056dd6cb1ff332f9921c.tar.gz
mana-client-8c5506d97c620aa83b11056dd6cb1ff332f9921c.tar.bz2
mana-client-8c5506d97c620aa83b11056dd6cb1ff332f9921c.tar.xz
mana-client-8c5506d97c620aa83b11056dd6cb1ff332f9921c.zip
Fixed messed up indentation and removed trailing spaces
Diffstat (limited to 'src/resources/sdlrescalefacility.h')
-rw-r--r--src/resources/sdlrescalefacility.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/resources/sdlrescalefacility.h b/src/resources/sdlrescalefacility.h
index 597e6933..971f5d73 100644
--- a/src/resources/sdlrescalefacility.h
+++ b/src/resources/sdlrescalefacility.h
@@ -17,14 +17,14 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ *
* Source code taken from:
*
* SDL_rotozoom - rotozoomer
- *
+ *
* LGPL (c) A. Schiffler
*
- */
+ */
#ifndef SDLRESCALEFACILITY_H
#define SDLRESCALEFACILITY_H
@@ -49,4 +49,4 @@
SDL_Surface *_SDLzoomSurface(SDL_Surface * src, double zoomx, double zoomy, int smooth);
-#endif \ No newline at end of file
+#endif