qtms/inc/qtmsilbcimpl.h
changeset 51 e61a04404bdf
parent 27 cbb1bfb7ebfb
--- a/qtms/inc/qtmsilbcimpl.h	Tue Jul 06 14:48:59 2010 +0300
+++ b/qtms/inc/qtmsilbcimpl.h	Wed Aug 18 10:16:02 2010 +0300
@@ -22,15 +22,17 @@
 #include <qtmsilbcformat.h>
 
 // FORWARD DECLARATIONS
-namespace TMS {
+namespace TMS
+{
 class TMSFormat;
 }
 
-namespace QTMS {
+namespace QTMS
+{
 
 // QTMSILBCFormatImpl class
-class QTMSILBCFormatImpl : public QTMSILBCFormat
-    {
+class QTMSILBCFormatImpl: public QTMSILBCFormat
+{
 public:
     static gint Create(QTMSFormat*& qformat, TMS::TMSFormat*& tmsformat);
     virtual ~QTMSILBCFormatImpl();
@@ -43,10 +45,9 @@
 private:
     QTMSILBCFormatImpl();
     gint PostConstruct();
-    };
+};
 
 } //namespace QTMS
 
 #endif // QTMS_ILBC_FORMAT_IMPL_H
-
 // End of file