Skip to content

Commit

Permalink
Fix include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Jan 20, 2025
1 parent ced6cea commit 9dd6f2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/create.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef TMP_SYSTEM_H
#define TMP_SYSTEM_H
#ifndef TMP_CREATE_H
#define TMP_CREATE_H

#include <tmp/entry>

Expand Down Expand Up @@ -55,4 +55,4 @@ std::pair<fs::path, entry::native_handle_type>
create_directory(std::string_view label, std::error_code& ec);
} // namespace tmp

#endif // TMP_SYSTEM_H
#endif // TMP_CREATE_H

0 comments on commit 9dd6f2a

Please sign in to comment.