mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[#357,!258] Added space after return.
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
|||||||
///
|
///
|
||||||
/// @param file A path to file that should be joined to base path of sandbox.
|
/// @param file A path to file that should be joined to base path of sandbox.
|
||||||
std::string join(std::string file) {
|
std::string join(std::string file) {
|
||||||
return(path_ + "/" + file);
|
return (path_ + "/" + file);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user