Coding style.

This commit is contained in:
czeidler 2012-11-07 20:25:38 +01:00
parent a095f503dc
commit 71d45a0f76

View File

@ -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)