Bring back build/header_guard cpplint.

This commit is contained in:
Cheng Zhao 2014-03-16 08:58:59 +08:00
parent 68cb6ee861
commit bbef33a33a
26 changed files with 90 additions and 86 deletions

View file

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ATOM_COMMON_OPTIONS_SWITCHES_
#define ATOM_COMMON_OPTIONS_SWITCHES_
#ifndef ATOM_COMMON_OPTIONS_SWITCHES_H_
#define ATOM_COMMON_OPTIONS_SWITCHES_H_
namespace atom {
@ -33,4 +33,4 @@ extern const char kAcceptFirstMouse[];
} // namespace atom
#endif // ATOM_COMMON_OPTIONS_SWITCHES_
#endif // ATOM_COMMON_OPTIONS_SWITCHES_H_