]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix "no new line at the end of the file".
authorRadosław Korzeniewski <radoslaw@korzeniewski.net>
Mon, 1 Mar 2021 13:04:12 +0000 (14:04 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:00 +0000 (09:03 +0100)
bacula/src/dird/authenticate.c
bacula/src/filed/suspend.h
bacula/src/plugins/fd/docker/dkinfo.h
bacula/src/plugins/fd/pluginlib/pluginlib.h
bacula/src/stored/cloud_parts.c

index f84ba72be7bf9c0034203010febb31ec78f17ad1..aee0edc368e7987fe96c4c9d7188619294968758 100644 (file)
@@ -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
+}
index 0c5e021daeeff2ddf26367e28ef59264f8dddbe2..162eb752a97561ed41fe2d1ecf8582bd19285ed6 100644 (file)
@@ -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_ */
index 218e92079cf9b3ce2e7f4f7a4af3685ab87ccddd..2ed52aed6c0097c1276a6f6e8615b8cfc9be9ad7 100644 (file)
@@ -192,4 +192,4 @@ class DKINFO : public SMARTALLOC {
     };
 };
 
-#endif   /* _DKINFO_H_ */
\ No newline at end of file
+#endif   /* _DKINFO_H_ */
index 4084ade89d923bea790e784597275a6432b1ee3e..08756095988cb73a9a99b5df6d3a5775312aa7c8 100644 (file)
@@ -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 &param);
 inline bool scan_parameter_str(const POOL_MEM &cmd, const char *prefix, POOL_MEM &param) { return scan_parameter_str(cmd.c_str(), prefix, param); }
 
-#endif   /* _PLUGINLIB_H_ */
\ No newline at end of file
+#endif   /* _PLUGINLIB_H_ */
index cab9a4d58d4617e27f5b56fa7b5212407dce1ccd..5333599cf3794147184d04286a3a0d9f740dae3b 100644 (file)
@@ -616,4 +616,4 @@ int main (int argc, char *argv[])
 
 }
 
-#endif /* TEST_PROGRAM */
\ No newline at end of file
+#endif /* TEST_PROGRAM */