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

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