cygfuse: fix CRLF to LF

This commit is contained in:
Bill Zissimopoulos 2018-07-31 15:34:29 -07:00
parent 796f97f078
commit 9160f1c4ce
2 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
#include <fuse.h>
int main()
{
return !(FUSE_VERSION == fuse_version());
}
#include <fuse.h>
int main()
{
return !(FUSE_VERSION == fuse_version());
}

View File

@ -1,6 +1,6 @@
#include <fuse.h>
int main()
{
return !(FUSE_VERSION == fuse_version());
}
#include <fuse.h>
int main()
{
return !(FUSE_VERSION == fuse_version());
}