mirror of
https://gitee.com/openharmony/third_party_benchmark
synced 2024-11-23 07:20:12 +00:00
update header guard to match style
This commit is contained in:
parent
a8b3693321
commit
49aa79b635
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user