From ac80ca2883f410796ea5cfb0ff93515f4da9fb43 Mon Sep 17 00:00:00 2001 From: jaubourg Date: Fri, 10 Dec 2010 02:55:43 +0100 Subject: [PATCH] Replaced spaces with a tab in Makefile. --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index fdc655d..935f69c 100644 --- a/Makefile +++ b/Makefile @@ -23,11 +23,11 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/traversing.js\ ${SRC_DIR}/manipulation.js\ ${SRC_DIR}/css.js\ - ${SRC_DIR}/ajax.js\ - ${SRC_DIR}/xhr.js\ - ${SRC_DIR}/transports/jsonp.js\ - ${SRC_DIR}/transports/script.js\ - ${SRC_DIR}/transports/xhr.js\ + ${SRC_DIR}/ajax.js\ + ${SRC_DIR}/xhr.js\ + ${SRC_DIR}/transports/jsonp.js\ + ${SRC_DIR}/transports/script.js\ + ${SRC_DIR}/transports/xhr.js\ ${SRC_DIR}/effects.js\ ${SRC_DIR}/offset.js\ ${SRC_DIR}/dimensions.js -- 1.7.10.4