浏览代码

Add missing new lines to header and implementation files

This should shut up warnings like: "warning: no newline at end of file"
Jean-Christophe Fillion-Robin 14 年之前
父节点
当前提交
04f4657630

+ 2 - 1
Libs/ModuleDescription/ctkModuleDescription.cpp

@@ -188,4 +188,5 @@ QTextStream & operator<<(QTextStream &os, const ctkModuleDescription &module)
     os << *group;
     }
   return os;
-}
+}
+

+ 2 - 1
Libs/Widgets/ctkAxesWidget.h

@@ -100,4 +100,5 @@ private :
 
 Q_DECLARE_METATYPE(ctkAxesWidget::Axis)
 
-#endif
+#endif
+

+ 1 - 1
Libs/Widgets/ctkColorDialog.cpp

@@ -179,4 +179,4 @@ void ctkColorDialog::setColor(const QColor& color)
 {
   this->QColorDialog::setCurrentColor(color);
 }
-  
+

+ 2 - 1
Libs/Widgets/ctkMaterialPropertyPreviewLabel.h

@@ -87,4 +87,5 @@ private :
   Q_DISABLE_COPY(ctkMaterialPropertyPreviewLabel);
 };
 
-#endif
+#endif
+