some tabs to spaces
cd src
grep -P -n '\t' *.c | grep -v "1:"
cd ../include
grep -P -n '\t' *.h | grep -v "1:"
cd ..
side note: win/Qt/*.cpp are full of tabs
This commit is contained in:
@@ -117,7 +117,7 @@ restore_artifacts(NHFILE *nhfp)
|
||||
mread(nhfp->fd, (genericptr_t) artiexist, sizeof artiexist);
|
||||
mread(nhfp->fd, (genericptr_t) artidisco, sizeof artidisco);
|
||||
}
|
||||
hack_artifacts(); /* redo non-saved special cases */
|
||||
hack_artifacts(); /* redo non-saved special cases */
|
||||
}
|
||||
|
||||
const char *
|
||||
|
||||
Reference in New Issue
Block a user