From 3ee8429d06720c4429c40880c77432c26fb77303 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 7 Jun 2018 17:42:31 +1200 Subject: [PATCH] Remove some superfluous blank lines --- xapian-core/api/smallvector.cc | 1 - xapian-core/backends/glass/glass_spellingwordslist.cc | 1 - xapian-core/backends/honey/honey_spellingwordslist.cc | 1 - xapian-core/include/xapian/postingsource.h | 1 - xapian-core/matcher/msetcmp.h | 1 - 5 files changed, 5 deletions(-) diff --git a/xapian-core/api/smallvector.cc b/xapian-core/api/smallvector.cc index ec46f2ad6..ffcb49672 100644 --- a/xapian-core/api/smallvector.cc +++ b/xapian-core/api/smallvector.cc @@ -22,7 +22,6 @@ * IN THE SOFTWARE. */ - #include #include "api/smallvector.h" diff --git a/xapian-core/backends/glass/glass_spellingwordslist.cc b/xapian-core/backends/glass/glass_spellingwordslist.cc index 17e98a8b6..66598260d 100644 --- a/xapian-core/backends/glass/glass_spellingwordslist.cc +++ b/xapian-core/backends/glass/glass_spellingwordslist.cc @@ -19,7 +19,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ - #include #include "glass_spellingwordslist.h" diff --git a/xapian-core/backends/honey/honey_spellingwordslist.cc b/xapian-core/backends/honey/honey_spellingwordslist.cc index 73f59e12a..1f2c6a9c8 100644 --- a/xapian-core/backends/honey/honey_spellingwordslist.cc +++ b/xapian-core/backends/honey/honey_spellingwordslist.cc @@ -19,7 +19,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ - #include #include "honey_spellingwordslist.h" diff --git a/xapian-core/include/xapian/postingsource.h b/xapian-core/include/xapian/postingsource.h index 17b6c4eb0..93c4baac7 100644 --- a/xapian-core/include/xapian/postingsource.h +++ b/xapian-core/include/xapian/postingsource.h @@ -720,7 +720,6 @@ class XAPIAN_VISIBILITY_DEFAULT FixedWeightPostingSource : public PostingSource std::string get_description() const; }; - } #endif // XAPIAN_INCLUDED_POSTINGSOURCE_H diff --git a/xapian-core/matcher/msetcmp.h b/xapian-core/matcher/msetcmp.h index 9c623848c..162f73c79 100644 --- a/xapian-core/matcher/msetcmp.h +++ b/xapian-core/matcher/msetcmp.h @@ -19,7 +19,6 @@ * USA */ - #ifndef XAPIAN_INCLUDED_MSETCMP_H #define XAPIAN_INCLUDED_MSETCMP_H -- 2.11.4.GIT