cleanup: remove unnecessary (=invisible) leading spaces

This commit is contained in:
marschap
2006-04-27 15:01:49 +00:00
parent 1aff9c4226
commit 9b111eeac4
44 changed files with 236 additions and 236 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ irmanin_init (Driver *drvthis)
return -1;
if (drvthis->store_private_ptr(drvthis, p))
return -1;
/* Read config file */
/* What device should be used */
@@ -141,7 +141,7 @@ irmanin_close (Driver *drvthis)
if (p != NULL)
free(p);
drvthis->store_private_ptr(drvthis, NULL);
ir_free_commands();
ir_finish();
}