Parcourir la source

[master] trivial style cleanup: position of operator '*'

JINMEI Tatuya il y a 12 ans
Parent
commit
ccbb6bab9c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/datasrc/memory/memory_client.cc

+ 1 - 1
src/lib/datasrc/memory/memory_client.cc

@@ -150,7 +150,7 @@ public:
 
                 // Ensure a separate level exists for the "wildcarding" name,
                 // and mark the node as "wild".
-                ZoneNode *node;
+                ZoneNode* node;
                 zone_data.insertName(mem_sgmt_, wname.split(1), &node);
                 node->setFlag(ZoneData::WILDCARD_NODE);