Code

Documentation: quote {non-attributes} for asciidoc
[git.git] / xdiff-interface.c
index 963bb89b08e64188ba278587f63f380653b019c6..e407cf11b1d8ba28be64eda7bcb505d9edb4d253 100644 (file)
@@ -129,5 +129,3 @@ int buffer_is_binary(const char *ptr, unsigned long size)
                size = FIRST_FEW_BYTES;
        return !!memchr(ptr, 0, size);
 }
-
-