Formatting API
[platform/core/uifw/dali-adaptor.git] / dali / integration-api / adaptor-framework / native-render-surface-factory.h
old mode 100755 (executable)
new mode 100644 (file)
index 0345a5f..e83ddce
@@ -26,7 +26,6 @@
 
 namespace Dali
 {
-
 class NativeRenderSurface;
 
 /**
@@ -38,8 +37,7 @@ class NativeRenderSurface;
  * If you don't pass this, a native surface will be created.
  * @param [in] isTransparent Whether the surface has an alpha channel
  */
-NativeRenderSurface* CreateNativeSurface( SurfaceSize surfaceSize, Any surface,
-                                          bool isTransparent );
+NativeRenderSurface* CreateNativeSurface(SurfaceSize surfaceSize, Any surface, bool isTransparent);
 
 } // namespace Dali