Skip to content

Commit

Permalink
Merge pull request #51 from rex4539/typos
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
c42f committed Mar 3, 2019
2 parents 18a6e01 + 015cd3f commit 389f37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinyformat.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ namespace tfm = tinyformat;
#endif

#ifdef __APPLE__
// Workaround macOS linker warning: xcode uses different default symbol
// Workaround macOS linker warning: Xcode uses different default symbol
// visibilities for static libs vs executables (see issue #25)
# define TINYFORMAT_HIDDEN __attribute__((visibility("hidden")))
#else
Expand Down Expand Up @@ -589,7 +589,7 @@ inline const char* printFormatStringLiteral(std::ostream& out, const char* fmt)
// Formatting options which can't be natively represented using the ostream
// state are returned in spacePadPositive (for space padded positive numbers)
// and ntrunc (for truncating conversions). argIndex is incremented if
// necessary to pull out variable width and precision . The function returns a
// necessary to pull out variable width and precision. The function returns a
// pointer to the character after the end of the current format spec.
inline const char* streamStateFromFormat(std::ostream& out, bool& spacePadPositive,
int& ntrunc, const char* fmtStart,
Expand Down

0 comments on commit 389f37d

Please sign in to comment.