]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Coding style
authorPetr Machata <pmachata@redhat.com>
Mon, 30 Nov 2009 06:46:59 +0000 (07:46 +0100)
committerPetr Machata <pmachata@redhat.com>
Wed, 18 Aug 2010 12:55:14 +0000 (14:55 +0200)
src/dwarflint/check_debug_info.cc
src/dwarflint/dwarflint.hh

index b19e067be3064d6852b21fc6bde08e26311ab5f0..769b1dcc930d4d43c93cf82f08a89f18c9397afc 100644 (file)
@@ -1171,7 +1171,7 @@ check_debug_info::check_debug_info (dwarflint &lint)
     cus.push_back (*cu);
 
   // re-link CUs so that they form a chain again.  This is to
-  // interface with C-level code.  The last CU's next is null, so we
+  // interface with C-level code.  The last CU's next is NULL, so we
   // don't have to re-link it.
   cu *last = NULL;
   for (std::vector<cu>::iterator it = cus.begin ();
index 20944f64123a5fd0fec12d3e59fc434d6af05c40..f5b5ba74e346a8074f6e4b038e5a33dec15d23ff 100644 (file)
@@ -58,7 +58,7 @@ public:
     return check<T> ();
   }
 
-  template <class T> T * toplev_check (T *tag = NULL);
+  template <class T> T *toplev_check (T *tag = NULL);
 };
 
 #endif//DWARFLINT_HH