From b9a600cc5864b93082cb2c13f8d19ab4cbac0df6 Mon Sep 17 00:00:00 2001
From: ilor <kailoran@gmail.com>
Date: Thu, 21 Apr 2011 18:42:11 +0200
Subject: [PATCH] add a space after a comma

---
 libcorpus2/tag.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcorpus2/tag.h b/libcorpus2/tag.h
index 0f38f47..4407eba 100644
--- a/libcorpus2/tag.h
+++ b/libcorpus2/tag.h
@@ -152,7 +152,7 @@ public:
 	 * Boost seralization support. Users must include appropriate boost headers.
 	 */
 	template<class Archive>
-	void serialize(Archive & ar,const unsigned int version)
+	void serialize(Archive & ar, const unsigned int version)
 	{
 		ar & pos_;
 		ar & values_;
-- 
GitLab