From c96680e1afb94e6c508aaa36e31dcf98c1c61f36 Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 26 Oct 2012 13:42:26 +0000 Subject: [PATCH] Remove useless blank lines git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8422 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/RssWriter2.php | 2 -- lib/SemanticWeb.php | 15 --------------- lib/plugin/AllPages.php | 2 -- lib/plugin/AsciiMath.php | 2 -- 4 files changed, 21 deletions(-) diff --git a/lib/RssWriter2.php b/lib/RssWriter2.php index 1a3dc3109..72be613ac 100644 --- a/lib/RssWriter2.php +++ b/lib/RssWriter2.php @@ -78,8 +78,6 @@ class RssWriter2 extends RssWriter } } - - // Local Variables: // mode: php // tab-width: 8 diff --git a/lib/SemanticWeb.php b/lib/SemanticWeb.php index b9dbeff26..09dc5696a 100644 --- a/lib/SemanticWeb.php +++ b/lib/SemanticWeb.php @@ -105,7 +105,6 @@ require_once 'lib/RssWriter.php'; require_once 'lib/TextSearchQuery.php'; require_once 'lib/Units.php'; - /** * RdfWriter - A class to represent the links of a list of wikipages as RDF. * Supports ?format=rdf @@ -241,8 +240,6 @@ class RdfsWriter extends RdfWriter { } - - /** * OwlWriter - A class to represent a set of wiki pages (a DL model) as OWL. * Requires an actionpage returning a pagelist. @@ -256,8 +253,6 @@ class OwlWriter extends RdfWriter { } - - /** * ModelWriter - Export a KB as set of wiki pages. * Requires an actionpage returning a pagelist. @@ -271,8 +266,6 @@ class ModelWriter extends OwlWriter { } - - /** * NumericSearchQuery can do: * ("population < 20000 and area > 1000000", array("population", "area")) @@ -414,26 +407,18 @@ class ReasonerBackend } } - - class ReasonerBackend_LISA extends ReasonerBackend { } - - class ReasonerBackend_Racer extends ReasonerBackend { } - - class ReasonerBackend_KM extends ReasonerBackend { } - - // Local Variables: // mode: php // tab-width: 8 diff --git a/lib/plugin/AllPages.php b/lib/plugin/AllPages.php index 216d231cd..229745ebe 100644 --- a/lib/plugin/AllPages.php +++ b/lib/plugin/AllPages.php @@ -147,8 +147,6 @@ class WikiPlugin_AllPages } } - - // Local Variables: // mode: php // tab-width: 8 diff --git a/lib/plugin/AsciiMath.php b/lib/plugin/AsciiMath.php index c07e91a9d..627eb2456 100644 --- a/lib/plugin/AsciiMath.php +++ b/lib/plugin/AsciiMath.php @@ -82,8 +82,6 @@ class WikiPlugin_AsciiMath } } - - // Local Variables: // mode: php // tab-width: 8 -- 2.45.0