Add missing space before opening brace.
This commit is contained in:
parent
9c7d5593e6
commit
bfc18b1ecd
@ -9,7 +9,7 @@
|
||||
#include <View.h>
|
||||
|
||||
|
||||
class BStringView : public BView{
|
||||
class BStringView : public BView {
|
||||
public:
|
||||
BStringView(BRect bounds, const char* name,
|
||||
const char* text, uint32 resizeFlags
|
||||
|
Loading…
Reference in New Issue
Block a user