summaryrefslogtreecommitdiff
path: root/src/backend/tsearch
diff options
context:
space:
mode:
authorPeter Eisentraut2016-03-13 20:03:13 +0000
committerPeter Eisentraut2016-03-13 20:03:13 +0000
commit96adb14d931e442e0a96f418d483fc896506146f (patch)
tree8661f3ae09f1486b4ba3f8901c62a6e08d3abd75 /src/backend/tsearch
parent7a8d8748362d4d8505e320c3eaab4a2c2463e3a6 (diff)
Fix whitespace and remove obsolete gitattributes entry
Diffstat (limited to 'src/backend/tsearch')
-rw-r--r--src/backend/tsearch/dicts/hunspell_sample.affix1
-rw-r--r--src/backend/tsearch/dicts/hunspell_sample_long.affix1
-rw-r--r--src/backend/tsearch/dicts/hunspell_sample_num.affix1
-rw-r--r--src/backend/tsearch/spell.c2
4 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/tsearch/dicts/hunspell_sample.affix b/src/backend/tsearch/dicts/hunspell_sample.affix
index d1984c295f..9a6451307c 100644
--- a/src/backend/tsearch/dicts/hunspell_sample.affix
+++ b/src/backend/tsearch/dicts/hunspell_sample.affix
@@ -21,4 +21,3 @@ SFX A Y IES [^AEIOU]Y
SFX \ N 1
SFX \ 0 Y/L [^Y]
-
diff --git a/src/backend/tsearch/dicts/hunspell_sample_long.affix b/src/backend/tsearch/dicts/hunspell_sample_long.affix
index d8e60493ad..fc0d485a4d 100644
--- a/src/backend/tsearch/dicts/hunspell_sample_long.affix
+++ b/src/backend/tsearch/dicts/hunspell_sample_long.affix
@@ -32,4 +32,3 @@ SFX sA Y IES [^AEIOU]Y
SFX s\ N 1
SFX s\ 0 Y/2 [^Y]
-
diff --git a/src/backend/tsearch/dicts/hunspell_sample_num.affix b/src/backend/tsearch/dicts/hunspell_sample_num.affix
index ba1e8f8002..5f2f8e9bca 100644
--- a/src/backend/tsearch/dicts/hunspell_sample_num.affix
+++ b/src/backend/tsearch/dicts/hunspell_sample_num.affix
@@ -23,4 +23,3 @@ SFX 304 Y IES [^AEIOU]Y
SFX 305 N 1
SFX 305 0 Y/102 [^Y]
-
diff --git a/src/backend/tsearch/spell.c b/src/backend/tsearch/spell.c
index 304504e7d0..d67aa2c122 100644
--- a/src/backend/tsearch/spell.c
+++ b/src/backend/tsearch/spell.c
@@ -1177,7 +1177,7 @@ NIImportOOAffixes(IspellDict *Conf, const char *filename)
ereport(ERROR,
(errcode(ERRCODE_CONFIG_FILE_ERROR),
errmsg("Ispell dictionary supports only default, "
- "long and num flag value")));
+ "long and num flag value")));
}
}