This change removes all errors detected by check-coding-style script.
Change-Id: Id5bc7abcade2558295494d1b4fabe8d59815f3d5
}
}
- if (CreateUserDirectories(user, pkgid,
- storage_apps_path.c_str(), set_permissions)) {
- }
+ CreateUserDirectories(user, pkgid,
+ storage_apps_path.c_str(), set_permissions);
return true;
}
#include "common/step/filesystem/step_change_ownership_and_permission.h"
+#include <boost/range/iterator_range.hpp>
+
#include <unistd.h>
#include <sys/types.h>
#include <fcntl.h>
#include <string>
#include <vector>
-#include <boost/range/iterator_range.hpp>
-
#include "common/paths.h"
#include "common/request.h"
#include "common/shared_dirs.h"