From ea0e464386772dfa633a8fcf3bcefc7b4e83b8b7 Mon Sep 17 00:00:00 2001 From: "ddkilzer@apple.com" Date: Sat, 10 May 2008 00:25:03 +0000 Subject: [PATCH] Changed tabs into spaces for VPATH and DOM_CLASSES items. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@33016 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/DerivedSources.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebCore/DerivedSources.make b/WebCore/DerivedSources.make index cbdc359..6f4ab5f 100644 --- a/WebCore/DerivedSources.make +++ b/WebCore/DerivedSources.make @@ -32,7 +32,7 @@ VPATH = \ $(WebCore)/css \ $(WebCore)/dom \ $(WebCore)/html \ - $(WebCore)/loader/appcache \ + $(WebCore)/loader/appcache \ $(WebCore)/page \ $(WebCore)/plugins \ $(WebCore)/storage \ @@ -68,7 +68,7 @@ DOM_CLASSES = \ Comment \ Console \ Counter \ - DOMApplicationCache \ + DOMApplicationCache \ DOMCoreException \ DOMImplementation \ DOMParser \ -- 1.8.3.1