Skip to content

Commit

Permalink
Merge pull request #45 from awdeorio/hpp-include-guard
Browse files Browse the repository at this point in the history
Consistent include guard HPP
  • Loading branch information
awdeorio authored Aug 25, 2023
2 parents ced05b0 + ab61206 commit 88b29ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csvstream.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- mode: c++ -*- */
#ifndef CSVSTREAM_H
#define CSVSTREAM_H
#ifndef CSVSTREAM_HPP
#define CSVSTREAM_HPP
/* csvstream.hpp
*
* Andrew DeOrio <[email protected]>
Expand Down

0 comments on commit 88b29ce

Please sign in to comment.