Allow the test suite to pass in a directory whose name contains spaces
[gitweb.git] / xdiff / xdiff.h
index 4fb7e79410c22fba1fb390af2e09008e932f5ea8..b090ad8eacfe6ed171aa14b39901a8042ab678d9 100644 (file)
@@ -41,6 +41,8 @@ extern "C" {
 
 #define XDF_IGNORE_BLANK_LINES (1 << 7)
 
+#define XDF_INDENT_HEURISTIC (1 << 8)
+
 #define XDL_EMIT_FUNCNAMES (1 << 0)
 #define XDL_EMIT_FUNCCONTEXT (1 << 2)