Skip to content

Commit

Permalink
review comment: file name convention
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Jun 17, 2019
1 parent 4102d82 commit aa55687
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ endfunction()

# Define the fmt library, its includes and the needed defines.
add_headers(FMT_HEADERS chrono.h color.h core.h format.h format-inl.h locale.h
ostream.h prepare.h printf.h time.h ranges.h safe_duration_cast.h)
ostream.h prepare.h printf.h time.h ranges.h safe-duration-cast.h)
set(FMT_SOURCES src/format.cc)
if (HAVE_OPEN)
add_headers(FMT_HEADERS posix.h)
Expand Down
2 changes: 1 addition & 1 deletion include/fmt/chrono.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <sstream>

#ifdef FMT_SAFE_DURATION_CAST
# include "safe_duration_cast.h"
# include "safe-duration-cast.h"
#endif

FMT_BEGIN_NAMESPACE
Expand Down
File renamed without changes.

0 comments on commit aa55687

Please sign in to comment.