fixed indentation

This commit is contained in:
hyung-hwan 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;

View File

@ -6741,7 +6741,7 @@ static qse_awk_mod_t* query_module (
/*qse_char_t buf[64 + 15] = QSE_T("_qse_awk_mod_");*/
/* maximum module name length is 64. 15 is decomposed to 13 + 1 + 1.
* 13 for _qse_awk_mod_t
* 13 for _qse_awk_mod_
* 1 for _ at the end when qse_awk_mod_xxx_ is attempted.
* 1 for the terminating '\0'
*/