[devel_3.0_main] Cherry-pick Beautification of source-code. 80383
[platform/framework/native/appfw.git] / src / base / FBase_Exception.cpp
index 8c111ae..32fd62b 100644 (file)
@@ -18,7 +18,6 @@
  * @file               FBaseExceptionInternal.cpp
  * @brief              This is the implementation file for Exception.
  */
-
 #include "FBase_Exception.h"
 
 const char* ExceptionStrings[] =
@@ -317,7 +316,6 @@ const char* ExceptionStrings[] =
        "UndefinedException" // for exception handling
 };
 
-
 /**
  * Returns a string representation of the specified exception. It is useful when printing out a caught exception.
  *