Add vim modeline to dsim.c

This commit is contained in:
Maurizio Porrato 2019-10-20 08:35:32 +01:00
parent 017c61edce
commit 223111e7da
1 changed files with 2 additions and 0 deletions

2
dsim.c
View File

@ -498,3 +498,5 @@ int main()
while (running) next();
return EXIT_SUCCESS;
}
/* vim: set et sw=4 ts=4 sts=4: */