Automated leading tab to spaces conversion.

This commit is contained in:
xorstream
2017-01-21 12:28:22 +11:00
parent df41c49e2d
commit 770c5616e2
69 changed files with 3839 additions and 3839 deletions

View File

@ -359,7 +359,7 @@ static void unmap_test()
int main(int argc, char **argv, char **envp)
{
// dynamically load shared library
// dynamically load shared library
#ifdef DYNLOAD
if (!uc_dyn_load(NULL, 0)) {
printf("Error dynamically loading shared library.\n");
@ -370,7 +370,7 @@ int main(int argc, char **argv, char **envp)
}
#endif
nx_test();
nx_test();
perms_test();
unmap_test();
@ -379,5 +379,5 @@ int main(int argc, char **argv, char **envp)
uc_dyn_free();
#endif
return 0;
return 0;
}