Formatted API
[platform/core/uifw/dali-core.git] / dali / public-api / object / property-notification-declarations.h
index 34dfd31..33cfc7c 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_PROPERTY_NOTIFICATION_DECLARATIONS_H
 
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@
  *
  */
 
-
 // INTERNAL INCLUDES
 #include <dali/public-api/signals/dali-signal.h>
 
@@ -35,7 +34,7 @@ class PropertyNotification;
  * @brief Signal type for Dali::PropertyNotification::NotifySignal().
  * @SINCE_1_0.0
  */
-using PropertyNotifySignalType = Signal<void( PropertyNotification& )>;
+using PropertyNotifySignalType = Signal<void(PropertyNotification&)>;
 
 /**
  * @}