mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
manual fix to spacing issue
This commit is contained in:
parent
5855dab22b
commit
fdcea6daa7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user