Apply coding rule (BRC_M_EUS, SPC_M_OPR, SPC_M_KWD)
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-lib / include / zblib_types.h
index 8ffd77e..16c26a8 100644 (file)
@@ -24,8 +24,7 @@
  * -------------------------------------------------------------------------------------*/
 
 /* Enumeration for zigbee library error code. */
-typedef enum
-{
+typedef enum {
        ZBLIB_ERROR_NONE = 0, /**< Successful */
        ZBLIB_ERROR_INVALID_PARAMETER, /**< parameter error */
        ZBLIB_ERROR_PARAMETER_OUT_OF_RANGE, /**< out of range error */