Skip to content

Commit

Permalink
Fix namespace comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed Jul 7, 2019
1 parent faa5eb1 commit 4def91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -2456,7 +2456,7 @@ inline void swap( list<swap_element_type, swap_element_allocator_type> &a,
a.swap( b );
}

} // cata namespace
} // namespace cata

#undef LIST_BLOCK_MAX
#undef LIST_BLOCK_MIN
Expand Down

0 comments on commit 4def91c

Please sign in to comment.