DIRECTOR: Fix code formatting

This commit is contained in:
Eugene Sandulenko 2017-05-02 22:06:59 +02:00
parent 98f0006ad9
commit bfd2b487eb
2 changed files with 3 additions and 2 deletions

View file

@ -30,6 +30,7 @@ namespace Director {
class Stxt { class Stxt {
public: public:
Stxt(Common::SeekableSubReadStreamEndian &textStream); Stxt(Common::SeekableSubReadStreamEndian &textStream);
public: public:
Common::String _ftext; Common::String _ftext;
uint32 _fontId; uint32 _fontId;