take care of space before brackets in function

This commit is contained in:
sonoro1234
2018-08-31 09:53:25 +02:00
parent 07d6c6897a
commit b5150cc1ac
6 changed files with 2 additions and 8 deletions

View File

@@ -787,7 +787,6 @@ struct ImFont
{
const char* b;
const char* e;
const char* end () const { return e; }
};
struct Pair
{