Browse Source

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

JINMEI Tatuya 12 years ago
parent
commit
ccbb6bab9c
1 changed files with 1 additions and 1 deletions
  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);