summaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-12-08 19:09:46 +0100
committerEven Rouault <even.rouault@spatialys.com>2022-12-08 19:18:23 +0100
commit2d32ae730532f7281edc9dd875564249dbd2f25f (patch)
tree19c3944777af4934cb831b524116ac62bfdd944c /archive
parent1bdbd03fbb4e7d662af052450259fcd353a49cc0 (diff)
downloadlibtiff-git-2d32ae730532f7281edc9dd875564249dbd2f25f.tar.gz
Remove vim/emacs formatting footers
Diffstat (limited to 'archive')
-rw-r--r--archive/tools/bmp2tiff.c9
-rw-r--r--archive/tools/gif2tiff.c9
-rw-r--r--archive/tools/ras2tiff.c9
-rw-r--r--archive/tools/sgi2tiff.c7
-rw-r--r--archive/tools/sgisv.c7
-rw-r--r--archive/tools/ycbcr.c7
6 files changed, 0 insertions, 48 deletions
diff --git a/archive/tools/bmp2tiff.c b/archive/tools/bmp2tiff.c
index c5b4b7c2..38a07b77 100644
--- a/archive/tools/bmp2tiff.c
+++ b/archive/tools/bmp2tiff.c
@@ -926,12 +926,3 @@ usage(void)
fprintf(stderr, "%s\n", stuff[i]);
exit(-1);
}
-
-/* vim: set ts=8 sts=8 sw=8 noet: */
-/*
- * Local Variables:
- * mode: c
- * c-basic-offset: 8
- * fill-column: 78
- * End:
- */
diff --git a/archive/tools/gif2tiff.c b/archive/tools/gif2tiff.c
index 53b909c8..ac78f64c 100644
--- a/archive/tools/gif2tiff.c
+++ b/archive/tools/gif2tiff.c
@@ -579,12 +579,3 @@ rasterize(int interleaved, char* mode)
_TIFFfree(newras);
}
-
-/* vim: set ts=8 sts=8 sw=8 noet: */
-/*
- * Local Variables:
- * mode: c
- * c-basic-offset: 4
- * fill-column: 78
- * End:
- */
diff --git a/archive/tools/ras2tiff.c b/archive/tools/ras2tiff.c
index d3ae889d..687707c6 100644
--- a/archive/tools/ras2tiff.c
+++ b/archive/tools/ras2tiff.c
@@ -334,12 +334,3 @@ usage(void)
fprintf(stderr, "%s\n", stuff[i]);
exit(-1);
}
-
-/* vim: set ts=8 sts=8 sw=8 noet: */
-/*
- * Local Variables:
- * mode: c
- * c-basic-offset: 8
- * fill-column: 78
- * End:
- */
diff --git a/archive/tools/sgi2tiff.c b/archive/tools/sgi2tiff.c
index 22c1af18..9ee58dcc 100644
--- a/archive/tools/sgi2tiff.c
+++ b/archive/tools/sgi2tiff.c
@@ -327,10 +327,3 @@ usage(void)
fprintf(stderr, "%s\n", stuff[i]);
exit(-1);
}
-/*
- * Local Variables:
- * mode: c
- * c-basic-offset: 8
- * fill-column: 78
- * End:
- */
diff --git a/archive/tools/sgisv.c b/archive/tools/sgisv.c
index 10ce2e60..d922427a 100644
--- a/archive/tools/sgisv.c
+++ b/archive/tools/sgisv.c
@@ -307,10 +307,3 @@ tiffsv(char* name, int x1, int x2, int y1, int y2)
(void) TIFFClose(tif);
_TIFFfree((char *)scrbuf);
}
-/*
- * Local Variables:
- * mode: c
- * c-basic-offset: 8
- * fill-column: 78
- * End:
- */
diff --git a/archive/tools/ycbcr.c b/archive/tools/ycbcr.c
index 8f72447d..01982fd5 100644
--- a/archive/tools/ycbcr.c
+++ b/archive/tools/ycbcr.c
@@ -159,10 +159,3 @@ check(int R, int G, int B)
eCodes++;
eBits += abs(eR) + abs(eG) + abs(eB);
}
-/*
- * Local Variables:
- * mode: c
- * c-basic-offset: 8
- * fill-column: 78
- * End:
- */