From f8ebec61e1f4ff859bb881ce96622d0047ec2fe5 Mon Sep 17 00:00:00 2001 From: ilor <kailoran@gmail.com> Date: Wed, 16 Feb 2011 11:00:32 +0100 Subject: [PATCH] tab fix --- libcorpus2/tagset.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcorpus2/tagset.cpp b/libcorpus2/tagset.cpp index 773482a..b732690 100644 --- a/libcorpus2/tagset.cpp +++ b/libcorpus2/tagset.cpp @@ -288,8 +288,8 @@ Tag Tagset::make_tag(idx_t pos_idx, mask_t values, bool allow_extra) const mask_t amask = get_attribute_mask(a); if ((values & amask).none()) { throw TagParseError("Required attribute missing", - tag_to_string(Tag(get_pos_mask(pos_idx), values)), - get_attribute_name(a), id_string()); + tag_to_string(Tag(get_pos_mask(pos_idx), values)), + get_attribute_name(a), id_string()); } } } -- GitLab