aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/toolkit/tfilestream.cpp
diff options
context:
space:
mode:
authorScott Wheeler <scott@directededge.com>2011-06-26 21:37:01 +0200
committerScott Wheeler <scott@directededge.com>2011-06-26 21:37:01 +0200
commit843070ba1825b280fccb6f7e45cd3f3fa6531258 (patch)
tree80da87006397b16f9ab58e02b897f6e5b7548595 /taglib/toolkit/tfilestream.cpp
parent937d69f91d12615315b743a8da62adb825d97a8d (diff)
Tabs be gone
Diffstat (limited to 'taglib/toolkit/tfilestream.cpp')
-rw-r--r--taglib/toolkit/tfilestream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/toolkit/tfilestream.cpp b/taglib/toolkit/tfilestream.cpp
index 45e4cdde..e2aebae3 100644
--- a/taglib/toolkit/tfilestream.cpp
+++ b/taglib/toolkit/tfilestream.cpp
@@ -100,7 +100,7 @@ FileStream::FileStreamPrivate::FileStreamPrivate(FileName fileName, bool openRea
readOnly = false;
else
file = _wfopen(name, L"rb");
- }
+ }
if(file)
return;