Skip to content

Commit

Permalink
Fix include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Jan 5, 2024
1 parent f61933e commit 6dfa09e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/adiar/internal/algorithms/dot.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef ADIAR_INTERNAL_DOT_H
#define ADIAR_INTERNAL_DOT_H
#ifndef ADIAR_INTERNAL_ALGORITHMS_DOT_H
#define ADIAR_INTERNAL_ALGORITHMS_DOT_H

#include <string.h>

Expand Down Expand Up @@ -174,4 +174,4 @@ namespace adiar::internal
// TODO: generalize for non-sharing arc files and std::ostream
}

#endif // ADIAR_INTERNAL_DOT_H
#endif // ADIAR_INTERNAL_ALGORITHMS_DOT_H

0 comments on commit 6dfa09e

Please sign in to comment.