From e2af3b6d0cb7bdfbd1290e473239cf1ea535666f Mon Sep 17 00:00:00 2001 From: James Teh Date: Tue, 6 Dec 2011 21:01:08 +1000 Subject: [PATCH] Fix indentation. --- nvdaHelper/vbufBackends/webKit/webKit.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nvdaHelper/vbufBackends/webKit/webKit.cpp b/nvdaHelper/vbufBackends/webKit/webKit.cpp index d8812eb30..e33f2310c 100644 --- a/nvdaHelper/vbufBackends/webKit/webKit.cpp +++ b/nvdaHelper/vbufBackends/webKit/webKit.cpp @@ -135,10 +135,10 @@ VBufStorage_fieldNode_t* WebKitVBufBackend_t::fillVBuf(int docHandle, IAccessibl //Get the child count long childCount=0; if (role == ROLE_SYSTEM_COMBOBOX - || (role == ROLE_SYSTEM_LIST && !(states & STATE_SYSTEM_READONLY)) - // Editable text fields sometimes have children with no content. - || (role == ROLE_SYSTEM_TEXT && states & STATE_SYSTEM_FOCUSABLE) - ) { + || (role == ROLE_SYSTEM_LIST && !(states & STATE_SYSTEM_READONLY)) + // Editable text fields sometimes have children with no content. + || (role == ROLE_SYSTEM_TEXT && states & STATE_SYSTEM_FOCUSABLE) + ) { // We don't want this node's children. childCount=0; } else -- 2.11.0