]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/fd_cmds.c
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / dird / fd_cmds.c
index c0f2cddc79ef6afb5ee1fe886de137f8ee31a4d8..d3c02e1c322c19b4ab7fa1d75b39ffde11582a55 100644 (file)
@@ -140,7 +140,7 @@ void get_level_since_time(JCR *jcr, char *since, int since_len)
 
    since[0] = 0;
    if (jcr->cloned) {
-      if ( jcr->stime && jcr->stime[0]) {
+      if (jcr->stime && jcr->stime[0]) {
          bstrncpy(since, _(", since="), since_len);
          bstrncat(since, jcr->stime, since_len);
       }