qtms/src/qtmsg729.cpp
changeset 51 e61a04404bdf
parent 27 cbb1bfb7ebfb
--- a/qtms/src/qtmsg729.cpp	Tue Jul 06 14:48:59 2010 +0300
+++ b/qtms/src/qtmsg729.cpp	Wed Aug 18 10:16:02 2010 +0300
@@ -23,31 +23,29 @@
 using namespace TMS;
 
 QTMSG729Format::QTMSG729Format()
-    {
-    }
+{
+}
 
 QTMSG729Format::~QTMSG729Format()
-    {
-    }
+{
+}
 
 gint QTMSG729Format::SetVADMode(const gboolean aVad)
-    {
+{
     gint status(QTMS_RESULT_UNINITIALIZED_OBJECT);
-    if (iFormat)
-        {
+    if (iFormat) {
         status = static_cast<TMSG729Format*> (iFormat)->SetVADMode(aVad);
-        }
+    }
     return status;
-    }
+}
 
 gint QTMSG729Format::GetVADMode(gboolean& aVad)
-    {
+{
     gint status(QTMS_RESULT_UNINITIALIZED_OBJECT);
-    if (iFormat)
-        {
+    if (iFormat) {
         status = static_cast<TMSG729Format*> (iFormat)->GetVADMode(aVad);
-        }
+    }
     return status;
-    }
+}
 
 // End of file