style cleanup; no functional change
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40345 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -95,8 +95,9 @@ ServicesAddOn::ParseInetd()
|
|||||||
}
|
}
|
||||||
fclose(f);
|
fclose(f);
|
||||||
return B_OK;
|
return B_OK;
|
||||||
} else
|
}
|
||||||
return B_ERROR;
|
|
||||||
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -133,6 +134,7 @@ ServicesAddOn::ParseXinetd()
|
|||||||
}
|
}
|
||||||
fclose(f);
|
fclose(f);
|
||||||
return B_OK;
|
return B_OK;
|
||||||
} else
|
}
|
||||||
return B_ERROR;
|
|
||||||
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user