Got rid of some leftover start-of-line spaces prior to a tab
[rsync/rsync-patches.git] / netgroup-auth.diff
index 5062a82..8732782 100644 (file)
@@ -21,7 +21,7 @@ To use this patch, run these commands for a successful build:
  {
        if (!host || !*host)
                return 0;
-+      if (*tok == '@' && tok[1])
++      if (*tok == '@' && tok[1])
 +              return innetgr(tok + 1, host, NULL, NULL);
        return wildmatch(tok, host);
  }