Unverified Commit 49aa79b6 by Dominic Hamon Committed by GitHub

update header guard to match style

parent a8b36933
......@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef COUNTER_H_
#define COUNTER_H_
#ifndef BENCHMARK_COUNTER_H_
#define BENCHMARK_COUNTER_H_
#include "benchmark/benchmark.h"
......@@ -29,4 +29,4 @@ bool SameNames(UserCounters const& l, UserCounters const& r);
} // end namespace benchmark
#endif // COUNTER_H_
#endif // BENCHMARK_COUNTER_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment