diff options
| author | 2017-01-14 10:56:57 -0500 | |
|---|---|---|
| committer | 2017-01-14 10:56:57 -0500 | |
| commit | 36033a2f98e9c4e22b2265c048f7c7b587af6cff (patch) | |
| tree | 57eb9c6dc6277cf9091e4cc9312317df935b4baf | |
| parent | e38b9b63baa7555b4f7d346750b2ca6dd28dd914 (diff) | |
Spacing fix
| -rw-r--r-- | src/tools/imgtool/charconv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/imgtool/charconv.cpp b/src/tools/imgtool/charconv.cpp index 6a7a500a1cc..387d646f006 100644 --- a/src/tools/imgtool/charconv.cpp +++ b/src/tools/imgtool/charconv.cpp @@ -69,7 +69,7 @@ void imgtool::simple_charconverter::from_utf8(std::ostream &dest, const char *sr std::string normalized_src = normalize_unicode(src, src_length, m_norm); auto iter = normalized_src.begin(); - while(iter != normalized_src.end()) + while (iter != normalized_src.end()) { // get the next character char32_t ch; |
