[devel_3.0_main] Cherry-pick Beautification of source-code. 80383
[platform/framework/native/appfw.git] / src / base / FBaseTimeSpan.cpp
index 032b958..bd48bc7 100644 (file)
@@ -18,7 +18,6 @@
  * @file               FBaseTimeSpan.cpp
  * @brief              This is the implementation file of TimeSpan class.
  */
-
 #include <FBaseTimeSpan.h>
 #include <FBaseSysLog.h>
 
@@ -141,7 +140,7 @@ TimeSpan::CompareTo(const TimeSpan& value) const
 bool
 TimeSpan::Equals(const Object& obj) const
 {
-       const TimeSpan* pOther = dynamic_cast <const TimeSpan*>(&obj);
+       const TimeSpan* pOther = dynamic_cast< const TimeSpan* >(&obj);
        if (pOther == null)
        {
                return false;