Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Bug 653086 - clean up editor configuration in a11y files r=fernando
Browse files Browse the repository at this point in the history
From 4a69f14cec60e25aca096b75b1be265b11a31244 Mon Sep 17 00:00:00 2001
---
 accessible/src/atk/AtkSocketAccessible.cpp         |    3 +--
 accessible/src/atk/AtkSocketAccessible.h           |    3 +--
 accessible/src/atk/nsARIAGridAccessibleWrap.h      |    2 +-
 accessible/src/atk/nsAccessNodeWrap.cpp            |    2 +-
 accessible/src/atk/nsAccessNodeWrap.h              |    2 +-
 accessible/src/atk/nsAccessibleRelationWrap.h      |    2 +-
 accessible/src/atk/nsAccessibleWrap.cpp            |    2 +-
 accessible/src/atk/nsAccessibleWrap.h              |    2 +-
 accessible/src/atk/nsApplicationAccessibleWrap.cpp |    2 +-
 accessible/src/atk/nsApplicationAccessibleWrap.h   |    2 +-
 accessible/src/atk/nsDocAccessibleWrap.cpp         |    2 +-
 accessible/src/atk/nsDocAccessibleWrap.h           |    2 +-
 accessible/src/atk/nsHTMLImageAccessibleWrap.h     |    2 +-
 accessible/src/atk/nsHTMLTableAccessibleWrap.h     |    2 +-
 accessible/src/atk/nsHyperTextAccessibleWrap.h     |    2 +-
 accessible/src/atk/nsMai.h                         |    2 +-
 accessible/src/atk/nsMaiHyperlink.cpp              |    2 +-
 accessible/src/atk/nsMaiHyperlink.h                |    2 +-
 accessible/src/atk/nsMaiInterfaceAction.cpp        |    2 +-
 accessible/src/atk/nsMaiInterfaceAction.h          |    2 +-
 accessible/src/atk/nsMaiInterfaceComponent.cpp     |    3 +--
 accessible/src/atk/nsMaiInterfaceComponent.h       |    3 +--
 accessible/src/atk/nsMaiInterfaceDocument.cpp      |    2 +-
 accessible/src/atk/nsMaiInterfaceDocument.h        |    2 +-
 accessible/src/atk/nsMaiInterfaceEditableText.cpp  |    2 +-
 accessible/src/atk/nsMaiInterfaceEditableText.h    |    2 +-
 accessible/src/atk/nsMaiInterfaceHyperlinkImpl.cpp |    2 +-
 accessible/src/atk/nsMaiInterfaceHyperlinkImpl.h   |    2 +-
 accessible/src/atk/nsMaiInterfaceHypertext.cpp     |    2 +-
 accessible/src/atk/nsMaiInterfaceHypertext.h       |    2 +-
 accessible/src/atk/nsMaiInterfaceImage.cpp         |    2 +-
 accessible/src/atk/nsMaiInterfaceImage.h           |    2 +-
 accessible/src/atk/nsMaiInterfaceSelection.cpp     |    2 +-
 accessible/src/atk/nsMaiInterfaceSelection.h       |    2 +-
 accessible/src/atk/nsMaiInterfaceTable.cpp         |    2 +-
 accessible/src/atk/nsMaiInterfaceTable.h           |    2 +-
 accessible/src/atk/nsMaiInterfaceText.cpp          |    2 +-
 accessible/src/atk/nsMaiInterfaceText.h            |    2 +-
 accessible/src/atk/nsMaiInterfaceValue.cpp         |    2 +-
 accessible/src/atk/nsMaiInterfaceValue.h           |    2 +-
 accessible/src/atk/nsRoleMap.h                     |    2 +-
 accessible/src/atk/nsRootAccessibleWrap.cpp        |    2 +-
 accessible/src/atk/nsRootAccessibleWrap.h          |    2 +-
 accessible/src/atk/nsStateMap.h                    |    2 +-
 accessible/src/atk/nsTextAccessibleWrap.h          |    2 +-
 accessible/src/atk/nsXULListboxAccessibleWrap.h    |    2 +-
 accessible/src/atk/nsXULMenuAccessibleWrap.h       |    2 +-
 accessible/src/atk/nsXULTreeGridAccessibleWrap.h   |    2 +-
 48 files changed, 48 insertions(+), 52 deletions(-)
  • Loading branch information
Trevor Saunders committed May 27, 2011
1 parent 7b85950 commit e48fca3
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 55 deletions.
3 changes: 1 addition & 2 deletions accessible/src/atk/AtkSocketAccessible.cpp
@@ -1,6 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2:
*/
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
3 changes: 1 addition & 2 deletions accessible/src/atk/AtkSocketAccessible.h
@@ -1,6 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2:
*/
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
3 changes: 1 addition & 2 deletions accessible/src/atk/nsARIAGridAccessibleWrap.h
@@ -1,6 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2:
*/
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsAccessNodeWrap.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsAccessNodeWrap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsAccessibleRelationWrap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsAccessibleWrap.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsAccessibleWrap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsApplicationAccessibleWrap.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsApplicationAccessibleWrap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsDocAccessibleWrap.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsDocAccessibleWrap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
3 changes: 1 addition & 2 deletions accessible/src/atk/nsHTMLImageAccessibleWrap.h
@@ -1,6 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2:
*/
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
3 changes: 1 addition & 2 deletions accessible/src/atk/nsHTMLTableAccessibleWrap.h
@@ -1,6 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2:
*/
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsHyperTextAccessibleWrap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMai.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiHyperlink.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiHyperlink.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceAction.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceAction.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
3 changes: 1 addition & 2 deletions accessible/src/atk/nsMaiInterfaceComponent.cpp
@@ -1,6 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2:
*/
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
3 changes: 1 addition & 2 deletions accessible/src/atk/nsMaiInterfaceComponent.h
@@ -1,6 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2:
*/
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceDocument.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceDocument.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceEditableText.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceEditableText.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceHyperlinkImpl.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceHyperlinkImpl.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceHypertext.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceHypertext.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceImage.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceImage.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceSelection.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceSelection.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceTable.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceTable.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceText.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceText.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceValue.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsMaiInterfaceValue.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsRoleMap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsRootAccessibleWrap.cpp
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsRootAccessibleWrap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsStateMap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsTextAccessibleWrap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsXULListboxAccessibleWrap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsXULMenuAccessibleWrap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion accessible/src/atk/nsXULTreeGridAccessibleWrap.h
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2: */
/* vim: set ts=2 et sw=2 tw=80: */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down

0 comments on commit e48fca3

Please sign in to comment.