Cosmetics: fixed the coding style

This commit is contained in:
Felipe Zimmerle
2015-10-20 16:05:50 -03:00
parent 90c74beca1
commit 59af8ab842
8 changed files with 13 additions and 11 deletions

View File

@@ -1023,8 +1023,7 @@ std::string toHexIfNeeded(const std::string &str) {
}
std::vector<std::string> expandEnv(const std::string& var, int flags)
{
std::vector<std::string> expandEnv(const std::string& var, int flags) {
std::vector<std::string> vars;
wordexp_t p;
@@ -1052,7 +1051,8 @@ std::string get_path(const std::string& file) {
}
std::string find_resource(const std::string& resource, const std::string& config) {
std::string find_resource(const std::string& resource,
const std::string& config) {
std::ifstream *iss = NULL;
// Trying absolute or relative to the current dir.