From 3276ad4ff8a1ae791b15bdd78600303bcd43ac43 Mon Sep 17 00:00:00 2001 From: ilor <kailoran@gmail.com> Date: Wed, 22 Sep 2010 11:06:30 +0200 Subject: [PATCH] long line fix --- libcorpus2/tagset.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libcorpus2/tagset.h b/libcorpus2/tagset.h index 463fe05..17b2bc8 100644 --- a/libcorpus2/tagset.h +++ b/libcorpus2/tagset.h @@ -312,7 +312,8 @@ public: * * The new lexemes are appended, duplicates are not checked. */ - void lexemes_into_token(Token& tok, const UnicodeString& lemma, const string_range& tags) const; + void lexemes_into_token(Token& tok, const UnicodeString& lemma, + const string_range& tags) const; /** * Convenience overload -- GitLab