]> git.ipfire.org Git - thirdparty/git.git/blobdiff - lockfile.c
War on whitespace
[thirdparty/git.git] / lockfile.c
index 23db35aff21d7c33197726128e2f120291e6e9f0..5ad2858b4885022141d915fa0555c51f80d11c1c 100644 (file)
@@ -97,4 +97,3 @@ void rollback_lock_file(struct lock_file *lk)
                unlink(lk->filename);
        lk->filename[0] = 0;
 }
-