1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

remove vim settings from files

This commit is contained in:
Derek Dai 2017-01-22 12:28:53 +08:00
parent 4d47aa4d53
commit 00e1afc3e9
No known key found for this signature in database
GPG key ID: E109CC97553EF009
3 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,3 @@
# vim: set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab :
find_package(Readline)
########### next target ###############

View file

@ -871,4 +871,3 @@ int main(int argc, char **argv)
return r < 0 ? EXIT_FAILURE : EXIT_SUCCESS;
}
/* vim: set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab : */

View file

@ -421,4 +421,3 @@ end:
return r < 0 ? EXIT_FAILURE : EXIT_SUCCESS;
}
/* vim: set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab : */