Reduced code size

This commit is contained in:
Benoit Blanchon
2014-08-26 12:11:17 +02:00
parent b3b70b78cf
commit 57f28c2017
2 changed files with 9 additions and 9 deletions

View File

@ -34,7 +34,7 @@ size_t IndentedPrint::write(uint8_t c)
return n;
}
size_t IndentedPrint::writeTabs()
inline size_t IndentedPrint::writeTabs()
{
size_t n = 0;