docs :fix indentation

This commit is contained in:
Tishasoumya-02
2021-09-08 09:35:24 +05:30
parent 15322a0d34
commit 163b6df34f

View File

@@ -175,6 +175,6 @@ static void test() {
* @returns 0 on exit
*/
int main() {
test(); //run self-test implementations
test(); //run self-test implementations
return 0;
}