(clang format) fix indent and make (rarely) accessor/setters in class on a single line

This commit is contained in:
Benjamin Sergeant
2019-05-31 00:53:14 -07:00
parent 285386e47f
commit ba4a9e1586
5 changed files with 12 additions and 45 deletions

View File

@ -62,10 +62,7 @@ namespace LUrlParser
}
/// return 'true' if the parsing was successful
bool IsValid() const
{
return m_ErrorCode == LUrlParserError_Ok;
}
bool IsValid() const { return m_ErrorCode == LUrlParserError_Ok; }
/// helper to convert the port number to int, return 'true' if the port is valid (within the
/// 0..65535 range)