diff Plugin/Cache/CacheIndex.h @ 197:0ef2d8b970ab

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 23 Apr 2018 11:42:31 +0200
parents 993dd140bd30
children 2f27287c047c
line wrap: on
line diff
--- a/Plugin/Cache/CacheIndex.h	Fri Apr 20 14:23:34 2018 +0200
+++ b/Plugin/Cache/CacheIndex.h	Mon Apr 23 11:42:31 2018 +0200
@@ -35,8 +35,8 @@
 
   public:
     CacheIndex(const CacheIndex& other) :
-    bundle_(other.bundle_),
-    item_(other.item_)
+      bundle_(other.bundle_),
+      item_(other.item_)
     {
     }