Skip to content

Commit 18de38b

Browse files
committed
and again
1 parent bf7edbd commit 18de38b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/importproject.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,10 +463,10 @@ static std::string findFile(const std::string &startDirectory, const std::string
463463
#define GCC_FMT(string_idx, first_to_check)
464464
#endif
465465

466-
template <typename ... Args>
466+
template<typename ... Args>
467467
static std::string safeFormat(MSVC_FMT const char *fmt, Args&& ... args) GCC_FMT(1, 2);
468468

469-
template <typename ... Args>
469+
template<typename ... Args>
470470
static std::string safeFormat(const char *fmt, Args&& ... args) {
471471
const int needed = std::snprintf(nullptr, 0, fmt, args ...);
472472
if (needed < 0)

0 commit comments

Comments
 (0)