Change log header

This commit is contained in:
John Zhao
2018-09-04 15:12:04 +08:00
parent 30a9397602
commit 4d5ff16f82
60 changed files with 71 additions and 101 deletions

View File

@@ -11,8 +11,8 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef MYNTEYE_GLOG_INIT_H_ // NOLINT
#define MYNTEYE_GLOG_INIT_H_
#ifndef MYNTEYE_LOGGER_H_
#define MYNTEYE_LOGGER_H_
#pragma once
#include <glog/logging.h>
@@ -62,4 +62,4 @@ struct glog_init {
}
};
#endif // MYNTEYE_GLOG_INIT_H_ NOLINT
#endif // MYNTEYE_LOGGER_H_