Correction of code style.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39158 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e66d0f5520
commit
2ae22b9b1b
@ -72,7 +72,7 @@ KeyCommandMap::KeyCommandMap(const char* file)
|
||||
|
||||
BEntry fileEntry(fFileName);
|
||||
if (!fileEntry.Exists())
|
||||
BFile file(fFileName, B_READ_ONLY|B_CREATE_FILE);
|
||||
BFile file(fFileName, B_READ_ONLY | B_CREATE_FILE);
|
||||
|
||||
if (fileEntry.InitCheck() == B_NO_ERROR) {
|
||||
node_ref nref;
|
||||
|
Loading…
Reference in New Issue
Block a user