]> granicus.if.org Git - taglib/commitdiff
CVS_SILENT another nitpick
authorScott Wheeler <wheeler@kde.org>
Tue, 30 Mar 2004 13:45:24 +0000 (13:45 +0000)
committerScott Wheeler <wheeler@kde.org>
Tue, 30 Mar 2004 13:45:24 +0000 (13:45 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@299843 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpeg/id3v2/frames/textidentificationframe.cpp

index 0d6968615ca8f28215034c37ab3670ae1d5f3b50..3d1582973184ca165ae8bae2a124a7e19f1aa12e 100644 (file)
@@ -38,15 +38,15 @@ public:
 // public members
 ////////////////////////////////////////////////////////////////////////////////
 
-TextIdentificationFrame::TextIdentificationFrame(const ByteVector &type, String::Type encoding)
-    : Frame(type)
+TextIdentificationFrame::TextIdentificationFrame(const ByteVector &type, String::Type encoding) :
+  Frame(type)
 {
   d = new TextIdentificationFramePrivate;
   d->textEncoding = encoding;
 }
 
-TextIdentificationFrame::TextIdentificationFrame(const ByteVector &data)
-    : Frame(data)
+TextIdentificationFrame::TextIdentificationFrame(const ByteVector &data) :
+  Frame(data)
 {
   d = new TextIdentificationFramePrivate;
   setData(data);