]> granicus.if.org Git - taglib/commitdiff
formatting
authorAlberto Fustinoni <alberto@aftnet.net>
Mon, 24 Oct 2016 12:24:53 +0000 (21:24 +0900)
committerAlberto Fustinoni <alberto@aftnet.net>
Mon, 24 Oct 2016 12:24:53 +0000 (21:24 +0900)
taglib/toolkit/tfilestream.cpp

index 1a740c924c76ddba69440564cdede8fe86f8eb32..3f186ccab9b8c07ccb46f0e7014533a1fb1c9a1c 100644 (file)
@@ -56,7 +56,7 @@ namespace
 #else
     if(!path.wstr().empty())
       return CreateFileW(path.wstr().c_str(), access, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL);
-       else if(!path.str().empty())
+    else if(!path.str().empty())
       return CreateFileA(path.str().c_str(), access, FILE_SHARE_READ, NULL, OPEN_EXISTING, 0, NULL);
     else
       return InvalidFileHandle;