util/String{Compare,API}: indent with tabs

This commit is contained in:
Max Kellermann
2017-05-16 23:01:43 +02:00
parent ab8005f03e
commit 0fcc28a108
3 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@
static inline bool
StringIsEmpty(const wchar_t *string)
{
return *string == 0;
return *string == 0;
}
gcc_pure