From 3e3cbd198330e9c5e4fb4cb181c53c6f157f99ab Mon Sep 17 00:00:00 2001 From: Nicolas Roard Date: Fri, 12 Feb 2010 17:00:51 +0000 Subject: Add indent for writeLength --- WebCore/platform/graphics/android/LayerAndroid.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'WebCore/platform/graphics/android/LayerAndroid.cpp') diff --git a/WebCore/platform/graphics/android/LayerAndroid.cpp b/WebCore/platform/graphics/android/LayerAndroid.cpp index ac3e306..c8266d1 100644 --- a/WebCore/platform/graphics/android/LayerAndroid.cpp +++ b/WebCore/platform/graphics/android/LayerAndroid.cpp @@ -418,6 +418,7 @@ void writeSize(FILE* file, int indentLevel, const char* str, SkSize size) void writeLength(FILE* file, int indentLevel, const char* str, SkLength length) { if (!length.defined()) return; + writeIndent(file, indentLevel); fprintf(file, "%s = { type = %d; value = %.2f; };\n", str, length.type, length.value); } -- cgit v1.1