Coding style.
This commit is contained in:
parent
a095f503dc
commit
71d45a0f76
@ -193,7 +193,7 @@ KPath::DetachBuffer()
|
||||
}
|
||||
|
||||
|
||||
const char *
|
||||
const char*
|
||||
KPath::Leaf() const
|
||||
{
|
||||
if (!fBuffer)
|
||||
@ -212,7 +212,7 @@ KPath::Leaf() const
|
||||
|
||||
|
||||
status_t
|
||||
KPath::ReplaceLeaf(const char *newLeaf)
|
||||
KPath::ReplaceLeaf(const char* newLeaf)
|
||||
{
|
||||
const char *leaf = Leaf();
|
||||
if (!leaf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user