Skip to content

Commit 3f60a9e

Browse files
committed
Removed random whitespaces
Please squash with e9a8f71 Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent fe8f451 commit 3f60a9e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cf-agent/verify_files_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,7 @@ bool DepthSearch(EvalContext *ctx, char *name, const struct stat *sb, int rlevel
28502850
{
28512851
Log(LOG_LEVEL_ERR, "Failed to chdir into '%s'. (chdir: '%s')", basedir, GetErrorStr());
28522852
return false;
2853-
}
2853+
}
28542854
if (!attr->haveselect || SelectLeaf(ctx, name, sb, &(attr->select)))
28552855
{
28562856
/* Renames are handled separately. */

cf-agent/verify_files_utils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ extern StringSet *SINGLE_COPY_CACHE;
3434

3535
void SetFileAutoDefineList(const Rlist *auto_define_list);
3636

37-
3837
void VerifyFileLeaf(EvalContext *ctx, char *path, const struct stat *sb, const Attributes *attr, const Promise *pp, PromiseResult *result);
3938
bool HandleFileObstruction(EvalContext *ctx, const char *path, const struct stat *sb, const Attributes *attr, const Promise *pp, PromiseResult *result);
4039
bool DepthSearch(EvalContext *ctx, char *name, const struct stat *sb, int rlevel, const Attributes *attr, const Promise *pp, dev_t rootdevice, PromiseResult *result);

0 commit comments

Comments
 (0)