OSDN Git Service

Fix indentation.
authorJames Teh <jamie@jantrid.net>
Tue, 6 Dec 2011 11:01:08 +0000 (21:01 +1000)
committerJames Teh <jamie@jantrid.net>
Tue, 6 Dec 2011 11:01:08 +0000 (21:01 +1000)
nvdaHelper/vbufBackends/webKit/webKit.cpp

index d8812eb..e33f231 100644 (file)
@@ -135,10 +135,10 @@ VBufStorage_fieldNode_t* WebKitVBufBackend_t::fillVBuf(int docHandle, IAccessibl
        //Get the child count\r
        long childCount=0;\r
        if (role == ROLE_SYSTEM_COMBOBOX\r
-                       || (role == ROLE_SYSTEM_LIST && !(states & STATE_SYSTEM_READONLY))\r
-                       // Editable text fields sometimes have children with no content.\r
-                       || (role == ROLE_SYSTEM_TEXT && states & STATE_SYSTEM_FOCUSABLE)\r
-               ) {\r
+               || (role == ROLE_SYSTEM_LIST && !(states & STATE_SYSTEM_READONLY))\r
+               // Editable text fields sometimes have children with no content.\r
+               || (role == ROLE_SYSTEM_TEXT && states & STATE_SYSTEM_FOCUSABLE)\r
+       ) {\r
                // We don't want this node's children.\r
                childCount=0;\r
        } else\r