fixed indentation

This commit is contained in:
2015-10-14 08:45:28 +00:00
parent 768c2eb0c5
commit cb61a8ac69
2 changed files with 3 additions and 3 deletions

View File

@ -80,8 +80,8 @@ typedef struct qse_rbt_pair_t qse_rbt_pair_t;
*/
enum qse_rbt_walk_t
{
QSE_RBT_WALK_STOP = 0,
QSE_RBT_WALK_FORWARD = 1
QSE_RBT_WALK_STOP = 0,
QSE_RBT_WALK_FORWARD = 1
};
typedef enum qse_rbt_walk_t qse_rbt_walk_t;