summaryrefslogtreecommitdiffstats
path: root/kjsembed/bindwizard
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-23 23:10:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-23 23:10:53 +0900
commit3bbc1697473ff8e1d58d392c61f5d1779af6b555 (patch)
treefdd918398f1533683fc592c3866b955ba65bcc28 /kjsembed/bindwizard
parent9f5dfc5a35a204b9cfc31c255eed11acf01bd1a7 (diff)
downloadtdebindings-3bbc1697473ff8e1d58d392c61f5d1779af6b555.tar.gz
tdebindings-3bbc1697473ff8e1d58d392c61f5d1779af6b555.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kjsembed/bindwizard')
-rw-r--r--kjsembed/bindwizard/doxygen2imp_cpp.xsl5
-rw-r--r--kjsembed/bindwizard/doxygen2imp_h.xsl5
2 files changed, 0 insertions, 10 deletions
diff --git a/kjsembed/bindwizard/doxygen2imp_cpp.xsl b/kjsembed/bindwizard/doxygen2imp_cpp.xsl
index 903f16b2..c16c47e8 100644
--- a/kjsembed/bindwizard/doxygen2imp_cpp.xsl
+++ b/kjsembed/bindwizard/doxygen2imp_cpp.xsl
@@ -551,10 +551,5 @@ KJS::Value <xsl:value-of select="$method" />( KJS::ExecState *exec, KJS::Object
</xsl:for-each>
} // namespace KJSEmbed
-
-// Local Variables:
-// c-basic-offset: 4
-// End:
-
</xsl:template>
</xsl:stylesheet>
diff --git a/kjsembed/bindwizard/doxygen2imp_h.xsl b/kjsembed/bindwizard/doxygen2imp_h.xsl
index d5aaa8d2..bb4c982f 100644
--- a/kjsembed/bindwizard/doxygen2imp_h.xsl
+++ b/kjsembed/bindwizard/doxygen2imp_h.xsl
@@ -119,10 +119,5 @@ private:
} // namespace KJSEmbed
#endif // KJSEMBED_<xsl:value-of select="compoundname" />_H
-
-// Local Variables:
-// c-basic-offset: 4
-// End:
-
</xsl:template>
</xsl:stylesheet>