summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-28 21:31:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-28 21:31:34 +0900
commit226fbd8e6c0a988da84e3d5c40c1df2ec655576f (patch)
treee40d1c5d3a755bc5567da56bd63859af0b08cf46
parent7a89ffc32231cd9d352097fa446048df90be3187 (diff)
downloadkaffeine-mozilla-226fbd8e6c0a988da84e3d5c40c1df2ec655576f.tar.gz
kaffeine-mozilla-226fbd8e6c0a988da84e3d5c40c1df2ec655576f.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rwxr-xr-xconfig.guess7
-rwxr-xr-xconfig.sub7
-rwxr-xr-xmkinstalldirs5
-rw-r--r--src/jni_md.h2
-rw-r--r--src/jri.h1
-rw-r--r--src/jri_md.h1
-rw-r--r--src/jritypes.h1
-rw-r--r--src/npapi.h1
-rw-r--r--src/npupp.h1
9 files changed, 1 insertions, 25 deletions
diff --git a/config.guess b/config.guess
index da83314..927a3c3 100755
--- a/config.guess
+++ b/config.guess
@@ -1552,10 +1552,3 @@ UNAME_VERSION = ${UNAME_VERSION}
EOF
exit 1
-
-# Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "timestamp='"
-# time-stamp-format: "%:y-%02m-%02d"
-# time-stamp-end: "'"
-# End:
diff --git a/config.sub b/config.sub
index a39437d..9940bdc 100755
--- a/config.sub
+++ b/config.sub
@@ -1677,10 +1677,3 @@ esac
echo $basic_machine$os
exit
-
-# Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "timestamp='"
-# time-stamp-format: "%:y-%02m-%02d"
-# time-stamp-end: "'"
-# End:
diff --git a/mkinstalldirs b/mkinstalldirs
index d2d5f21..8d9c7d3 100755
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -103,9 +103,4 @@ do
done
exit $errstatus
-
-# Local Variables:
-# mode: shell-script
-# sh-indentation: 2
-# End:
# mkinstalldirs ends here
diff --git a/src/jni_md.h b/src/jni_md.h
index 5723bc4..febeff1 100644
--- a/src/jni_md.h
+++ b/src/jni_md.h
@@ -1,4 +1,4 @@
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+/*
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
diff --git a/src/jri.h b/src/jri.h
index f29945b..d80654f 100644
--- a/src/jri.h
+++ b/src/jri.h
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
diff --git a/src/jri_md.h b/src/jri_md.h
index 301053c..9cffa8c 100644
--- a/src/jri_md.h
+++ b/src/jri_md.h
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
diff --git a/src/jritypes.h b/src/jritypes.h
index ddeb633..ed7769b 100644
--- a/src/jritypes.h
+++ b/src/jritypes.h
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
*
diff --git a/src/npapi.h b/src/npapi.h
index 02c2a0a..ca07f85 100644
--- a/src/npapi.h
+++ b/src/npapi.h
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 4; -*- */
/*
* npapi.h $Revision: 1.1.1.1 $
* Netscape client plug-in API spec
diff --git a/src/npupp.h b/src/npupp.h
index a012c5b..cca300d 100644
--- a/src/npupp.h
+++ b/src/npupp.h
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 4; -*- */
/*
* npupp.h $Revision: 1.1.1.1 $
* function call mecahnics needed by platform specific glue code.