summaryrefslogtreecommitdiff
path: root/src/resources/imagewriter.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-03-26 19:09:31 -0600
committerIra Rice <irarice@gmail.com>2009-03-26 19:09:31 -0600
commit1a9d402bec2fd8166ce50e30a71ba0cf2f27281a (patch)
treee012433f561406ebd67d685f205c86c1c13681b3 /src/resources/imagewriter.cpp
parent2ec46b9a6e5ca1beb043da00cf2bb9d34722ec72 (diff)
downloadMana-1a9d402bec2fd8166ce50e30a71ba0cf2f27281a.tar.gz
Mana-1a9d402bec2fd8166ce50e30a71ba0cf2f27281a.tar.bz2
Mana-1a9d402bec2fd8166ce50e30a71ba0cf2f27281a.tar.xz
Mana-1a9d402bec2fd8166ce50e30a71ba0cf2f27281a.zip
Some code style commits influenced by TMW commit
1715d0afe44a282a356ca88e47c92ec556f094dd Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/resources/imagewriter.cpp')
-rw-r--r--src/resources/imagewriter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resources/imagewriter.cpp b/src/resources/imagewriter.cpp
index 5ddd24e3..854753c1 100644
--- a/src/resources/imagewriter.cpp
+++ b/src/resources/imagewriter.cpp
@@ -28,8 +28,7 @@
#include "../log.h"
-bool ImageWriter::writePNG(SDL_Surface *surface,
- const std::string &filename)
+bool ImageWriter::writePNG(SDL_Surface *surface, const std::string &filename)
{
// TODO Maybe someone can make this look nice?
FILE *fp = fopen(filename.c_str(), "wb");