Skip to content

Commit 9d4a84d

Browse files
committedJul 6, 2017
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
MozReview-Commit-ID: Kdz2xtTF9EG
1 parent 529c5d5 commit 9d4a84d

File tree

1,222 files changed

+16799
-16799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,222 files changed

+16799
-16799
lines changed
 

‎accessible/atk/AccessibleWrap.cpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ enum MaiInterfaceType {
6565
MAI_INTERFACE_SELECTION,
6666
MAI_INTERFACE_TABLE,
6767
MAI_INTERFACE_TEXT,
68-
MAI_INTERFACE_DOCUMENT,
68+
MAI_INTERFACE_DOCUMENT,
6969
MAI_INTERFACE_IMAGE, /* 10 */
7070
MAI_INTERFACE_TABLE_CELL
7171
};
@@ -102,13 +102,13 @@ static GType GetAtkTypeForMai(MaiInterfaceType type)
102102
}
103103

104104
#define NON_USER_EVENT ":system"
105-
105+
106106
// The atk interfaces we can expose without checking what version of ATK we are
107107
// dealing with. At the moment AtkTableCell is the only interface we can't
108108
// always expose.
109109
static const GInterfaceInfo atk_if_infos[] = {
110110
{(GInterfaceInitFunc)componentInterfaceInitCB,
111-
(GInterfaceFinalizeFunc) nullptr, nullptr},
111+
(GInterfaceFinalizeFunc) nullptr, nullptr},
112112
{(GInterfaceInitFunc)actionInterfaceInitCB,
113113
(GInterfaceFinalizeFunc) nullptr, nullptr},
114114
{(GInterfaceInitFunc)valueInterfaceInitCB,
@@ -328,7 +328,7 @@ AccessibleWrap::GetAtkObject(Accessible* acc)
328328
{
329329
void *atkObjPtr = nullptr;
330330
acc->GetNativeInterface(&atkObjPtr);
331-
return atkObjPtr ? ATK_OBJECT(atkObjPtr) : nullptr;
331+
return atkObjPtr ? ATK_OBJECT(atkObjPtr) : nullptr;
332332
}
333333

334334
/* private */
@@ -372,7 +372,7 @@ AccessibleWrap::CreateMaiInterfaces(void)
372372
// Table interface.
373373
if (AsTable())
374374
interfacesBits |= 1 << MAI_INTERFACE_TABLE;
375-
375+
376376
if (AsTableCell())
377377
interfacesBits |= 1 << MAI_INTERFACE_TABLE_CELL;
378378

‎accessible/atk/DocAccessibleWrap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* License, v. 2.0. If a copy of the MPL was not distributed with this
55
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
66

7-
/* For documentation of the accessibility architecture,
7+
/* For documentation of the accessibility architecture,
88
* see http://lxr.mozilla.org/seamonkey/source/accessible/accessible-docs.html
99
*/
1010

0 commit comments

Comments
 (0)
Failed to load comments.