From: RadosÅ‚aw Korzeniewski Date: Mon, 1 Mar 2021 13:04:12 +0000 (+0100) Subject: Fix "no new line at the end of the file". X-Git-Tag: Release-11.3.2~686 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a68358ef9bcb462efa78dbf3595b38ee3b391598;p=thirdparty%2Fbacula.git Fix "no new line at the end of the file". --- diff --git a/bacula/src/dird/authenticate.c b/bacula/src/dird/authenticate.c index f84ba72be..aee0edc36 100644 --- a/bacula/src/dird/authenticate.c +++ b/bacula/src/dird/authenticate.c @@ -437,4 +437,4 @@ bool UAAuthenticate::authenticate_with_plugin(CONRES * cons) bsock->fsend("1000 OK auth\n"); return true; -} \ No newline at end of file +} diff --git a/bacula/src/filed/suspend.h b/bacula/src/filed/suspend.h index 0c5e021da..162eb752a 100644 --- a/bacula/src/filed/suspend.h +++ b/bacula/src/filed/suspend.h @@ -41,4 +41,4 @@ typedef struct suspendres suspendres_t; void allow_os_suspensions(suspendres_t&); void prevent_os_suspensions(suspendres_t&); -#endif /* _SUSPEND_H_ */ \ No newline at end of file +#endif /* _SUSPEND_H_ */ diff --git a/bacula/src/plugins/fd/docker/dkinfo.h b/bacula/src/plugins/fd/docker/dkinfo.h index 218e92079..2ed52aed6 100644 --- a/bacula/src/plugins/fd/docker/dkinfo.h +++ b/bacula/src/plugins/fd/docker/dkinfo.h @@ -192,4 +192,4 @@ class DKINFO : public SMARTALLOC { }; }; -#endif /* _DKINFO_H_ */ \ No newline at end of file +#endif /* _DKINFO_H_ */ diff --git a/bacula/src/plugins/fd/pluginlib/pluginlib.h b/bacula/src/plugins/fd/pluginlib/pluginlib.h index 4084ade89..087560959 100644 --- a/bacula/src/plugins/fd/pluginlib/pluginlib.h +++ b/bacula/src/plugins/fd/pluginlib/pluginlib.h @@ -177,4 +177,4 @@ bool parse_param_add_str(alist &list, const char *pname, const char *name, const bool scan_parameter_str(const char * cmd, const char *prefix, POOL_MEM ¶m); inline bool scan_parameter_str(const POOL_MEM &cmd, const char *prefix, POOL_MEM ¶m) { return scan_parameter_str(cmd.c_str(), prefix, param); } -#endif /* _PLUGINLIB_H_ */ \ No newline at end of file +#endif /* _PLUGINLIB_H_ */ diff --git a/bacula/src/stored/cloud_parts.c b/bacula/src/stored/cloud_parts.c index cab9a4d58..5333599cf 100644 --- a/bacula/src/stored/cloud_parts.c +++ b/bacula/src/stored/cloud_parts.c @@ -616,4 +616,4 @@ int main (int argc, char *argv[]) } -#endif /* TEST_PROGRAM */ \ No newline at end of file +#endif /* TEST_PROGRAM */