Skip to content

Commit

Permalink
indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed May 16, 2024
1 parent 428d715 commit 9c740f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/toit/toit.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extern "C" {
* @brief Toit error constants.
*/
typedef enum {
TOIT_OK = 0, /*!< The operation succeeded (no error). */
TOIT_OK = 0, /*!< The operation succeeded (no error). */
TOIT_ERR_OOM, /*!< Out of memory. */
TOIT_ERR_NO_SUCH_RECEIVER, /*!< The receiver of a system message didn't exist. */
TOIT_ERR_NOT_FOUND, /*!< The corresponding resource was not found. */
Expand Down

0 comments on commit 9c740f5

Please sign in to comment.