Skip to content

Commit

Permalink
Appease clang-tidy (#39999)
Browse files Browse the repository at this point in the history
* Appease clang-tidy

* Update ascii_art.h
  • Loading branch information
olanti-p authored Apr 28, 2020
1 parent f550b7e commit 6c4120d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ascii_art.h
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -17,4 +17,4 @@ class ascii_art
std::vector<std::string> picture;
};

#endif
#endif // CATA_SRC_ASCII_ART_H

0 comments on commit 6c4120d

Please sign in to comment.