Browse Source

[2054] Justify comments

Mukund Sivaraman 12 years ago
parent
commit
a82d0b162c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/tests/rbtree_unittest.cc

+ 2 - 2
src/lib/datasrc/tests/rbtree_unittest.cc

@@ -40,7 +40,7 @@ const size_t Name::MAX_LABELS;
 
 /* The initial structure of rbtree
  *
-*              .
+ *             .
  *             |
  *             b
  *           /   \
@@ -458,7 +458,7 @@ TEST_F(RBTreeTest, getAbsoluteNameError) {
 }
 
 /*
- *the domain order should be:
+ * The domain order should be:
  * ., a, b, c, d.e.f, x.d.e.f, w.y.d.e.f, o.w.y.d.e.f, p.w.y.d.e.f,
  * q.w.y.d.e.f, z.d.e.f, j.z.d.e.f, g.h, i.g.h, k.g.h
  *             . (no data, can't be found)