Skip to content

Commit

Permalink
Fixing indentation (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel AINS committed Nov 9, 2020
1 parent 2e08250 commit b909ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ezsp/ezsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace NSEZSP {
XX(INIT_FAILED,) /*<! Initialisation failed, Library is out of work */ \
XX(SINK_BUSY,) /*<! Enclosed sink is busy executing commands */ \
XX(IN_XMODEM_XFR,) /*<! Adapter is ready to perform a firmware upgrade via X-modem */ \
XX(TERMINATING,) /*<! Library is shutting down */ \
XX(TERMINATING,) /*<! Library is shutting down */ \

/**
* @brief Possible states of class CLibEzspMain as visible from the outside (these are much simpler than the real internal states defined in CLibEzspInternalState)
Expand Down

0 comments on commit b909ea6

Please sign in to comment.