Style cleanup: "foo &x", not "foo& x"
This commit is contained in:
committed by
John Hood
parent
9e9919c941
commit
aeffb71cfc
@@ -111,7 +111,7 @@ namespace Terminal {
|
||||
|| (contents.front() == 0xA0) ) ) );
|
||||
}
|
||||
|
||||
bool contents_match ( const Cell& other ) const
|
||||
bool contents_match ( const Cell &other ) const
|
||||
{
|
||||
return ( is_blank() && other.is_blank() )
|
||||
|| ( contents == other.contents );
|
||||
|
||||
Reference in New Issue
Block a user