manual fix to spacing issue

This commit is contained in:
mike@arpaia.co 2014-11-25 09:08:00 -08:00
parent 5855dab22b
commit fdcea6daa7

View File

@ -17,9 +17,9 @@
namespace osquery {
namespace tables {
Status genBin(const boost::filesystem::path &path,
Status genBin(const boost::filesystem::path& path,
int perms,
QueryData &results) {
QueryData& results) {
struct stat info;
// store user and group
if (stat(path.c_str(), &info) != 0) {