diff --git a/README.md b/README.md index c41d258..b217d1f 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,8 @@ public: protected: virtual void handleEvent(UEvent * e) { - if(e->getClassName().compare("SpecialEvent") == 0) { - UINFO("SpecialEvent \"%d\" received!", e->getCode()); + if(e->getClassName().compare("SpecialEvent") == 0) { + UINFO("SpecialEvent \"%d\" received!", e->getCode()); } } };