Conversion to Apache 2.0 license
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / public-api / controls / default-controls / push-button-factory.cpp
index f972a1a..67f16e9 100644 (file)
@@ -44,7 +44,6 @@ Alignment CreateAlignedImage( Actor image )
 Alignment CreateAlignedImage( const std::string& imagePath )
 {
   Image image = Image::New( imagePath );
-
   return CreateAlignedImage( ImageActor::New( image ) );
 }