update header guard to match style

This commit is contained in:
Dominic Hamon 2019-11-25 13:05:13 +00:00 committed by GitHub
parent a8b3693321
commit 49aa79b635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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_