Remove unneeded space
This commit is contained in:
@@ -71,7 +71,7 @@ BPictureButton::~BPictureButton()
|
|||||||
BArchivable*
|
BArchivable*
|
||||||
BPictureButton::Instantiate(BMessage* data)
|
BPictureButton::Instantiate(BMessage* data)
|
||||||
{
|
{
|
||||||
if ( validate_instantiation(data, "BPictureButton"))
|
if (validate_instantiation(data, "BPictureButton"))
|
||||||
return new (std::nothrow) BPictureButton(data);
|
return new (std::nothrow) BPictureButton(data);
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user