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

@ -152,7 +152,7 @@ static void test_thumb(void)
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");
@ -163,7 +163,7 @@ int main(int argc, char **argv, char **envp)
}
#endif
test_arm();
test_arm();
printf("==========================\n");
test_thumb();