aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.h
diff options
context:
space:
mode:
authorGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-21 10:34:18 +0800
committerGravatar Cheer Xiao <xiaqqaix@gmail.com>2013-01-21 10:34:18 +0800
commit274f018494cc2f8f1c9202bf37c479c0331af9b5 (patch)
tree79da0594747c048b35e717fb64fbfc05bd3d8504 /io.h
parenta0edee51faabb95b5a3cede66c96b971bdf1e770 (diff)
Remove trailing whitespaces
Diffstat (limited to 'io.h')
-rw-r--r--io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.h b/io.h
index 8cb33d42..2a1999c9 100644
--- a/io.h
+++ b/io.h
@@ -74,7 +74,7 @@ public:
const char * const filename_cstr;
/** file creation flags to send to open */
int flags;
-
+
virtual void print() const;
io_file_t(int f, const wcstring &fname, int fl = 0) :