From c906ca66bef714145b58902d634457a0e8b8c95c Mon Sep 17 00:00:00 2001 From: Oleg Antipin <60584843+olanti-p@users.noreply.github.com> Date: Wed, 29 Apr 2020 01:55:50 +0300 Subject: [PATCH] Appease clang-tidy (#39999) * Appease clang-tidy * Update ascii_art.h --- src/ascii_art.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ascii_art.h b/src/ascii_art.h index b5f248c829d97..5aacbe643fdda 100644 --- a/src/ascii_art.h +++ b/src/ascii_art.h @@ -1,6 +1,6 @@ #pragma once -#ifndef ASCII_ART_H -#define ASCII_ART_H +#ifndef CATA_SRC_ASCII_ART_H +#define CATA_SRC_ASCII_ART_H #include "type_id.h" #include "json.h" @@ -17,4 +17,4 @@ class ascii_art std::vector picture; }; -#endif +#endif // CATA_SRC_ASCII_ART_H