qtms/inc/qtmsamrimpl.h
changeset 50 762d760dcfdf
parent 27 cbb1bfb7ebfb
--- a/qtms/inc/qtmsamrimpl.h	Fri Jul 23 17:48:16 2010 -0500
+++ b/qtms/inc/qtmsamrimpl.h	Fri Aug 06 17:13:32 2010 -0500
@@ -22,15 +22,17 @@
 #include <qtmsamrformat.h>
 
 // FORWARD DECLARATIONS
-namespace TMS {
+namespace TMS
+{
 class TMSFormat;
 }
 
-namespace QTMS {
+namespace QTMS
+{
 
 // Class declaration
-class QTMSAMRFormatImpl : public QTMSAMRFormat
-    {
+class QTMSAMRFormatImpl: public QTMSAMRFormat
+{
 public:
 
     static gint Create(QTMSFormat*& qformat, TMS::TMSFormat*& tmsformat);
@@ -44,10 +46,9 @@
 private:
     QTMSAMRFormatImpl();
     gint PostConstruct();
-    };
+};
 
 } //namespace QTMS
 
 #endif // QTMS_AMR_FORMAT_IMPL_H
-
 // End of file