Test wildcard push/fetch
[gitweb.git] / diff.c
diff --git a/diff.c b/diff.c
index c57ac334141186d23f669bf71c897212a2b37c30..cafa7debeb7dd1f3ecc15f24bd41959fb12448d5 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -3031,7 +3031,7 @@ void diff_addremove(struct diff_options *options,
         * entries to the diff-core.  They will be prefixed
         * with something like '=' or '*' (I haven't decided
         * which but should not make any difference).
-        * Feeding the same new and old to diff_change() 
+        * Feeding the same new and old to diff_change()
         * also has the same effect.
         * Before the final output happens, they are pruned after
         * merged into rename/copy pairs as appropriate.
@@ -3058,7 +3058,7 @@ void diff_change(struct diff_options *options,
                 unsigned old_mode, unsigned new_mode,
                 const unsigned char *old_sha1,
                 const unsigned char *new_sha1,
-                const char *base, const char *path) 
+                const char *base, const char *path)
 {
        char concatpath[PATH_MAX];
        struct diff_filespec *one, *two;