]> granicus.if.org Git - taglib/commitdiff
Small fix in style.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 18 Feb 2016 05:34:16 +0000 (14:34 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 18 Feb 2016 05:34:16 +0000 (14:34 +0900)
taglib/mpeg/id3v2/id3v2synchdata.cpp

index 5ef419ece0fa6946bded2cfa8f4de8a2fb0bdf30..ddcd95b3899a7e5a43a6a547b231f49ada1e7543 100644 (file)
@@ -94,7 +94,7 @@ ByteVector SynchData::decode(const ByteVector &data)
     if(*(src - 1) == '\xff' && *src == '\x00')
       src++;
 
-  } while (src < end);
+  } while(src < end);
 
   result.resize(static_cast<unsigned int>(dst - begin));