]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- removed needless semicolon
authorArvin Schnell <aschnell@suse.de>
Thu, 18 Oct 2012 14:20:01 +0000 (16:20 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 18 Oct 2012 14:20:01 +0000 (16:20 +0200)
client/types.h
server/Types.h
snapper/Snapper.h

index 30becc25091e7f6a195ad9e7ee5381c9cda89af4..c403e99c37bb7974c37bf8dc40c492397125e474 100644 (file)
@@ -114,5 +114,5 @@ namespace DBus
 
     Hihi& operator>>(Hihi& hihi, XFile& data);
 
-};
+}
 
index fb094fbcf3a0458f8f4fa5ef5ee2936e50e5a7df..bf4441e719a9fac685329a697b16853f21b35bb6 100644 (file)
@@ -59,4 +59,4 @@ namespace DBus
 
     Hoho& operator<<(Hoho& hoho, const Files& data);
 
-};
+}
index dc2231cf46a14f6207ecaf1cebe1f386e3d18e70..8496166e8c3cbb8dedac9601f7e64d55324b1aa1 100644 (file)
@@ -155,7 +155,7 @@ namespace snapper
 
     };
 
-};
+}
 
 
 #endif