Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf committed Mar 27, 2015
1 parent 3fa9691 commit 5a3e783
Show file tree
Hide file tree
Showing 471 changed files with 1,075 additions and 1,071 deletions.
2 changes: 1 addition & 1 deletion accessible/base/NotificationController.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class TNotification : public Notification
* Used to process notifications from core for the document accessible.
*/
class NotificationController final : public EventQueue,
public nsARefreshObserver
public nsARefreshObserver
{
public:
NotificationController(DocAccessible* aDocument, nsIPresShell* aPresShell);
Expand Down
8 changes: 4 additions & 4 deletions accessible/base/nsAccessibilityService.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ struct MarkupMapInfo {
} // namespace mozilla

class nsAccessibilityService final : public mozilla::a11y::DocManager,
public mozilla::a11y::FocusManager,
public mozilla::a11y::SelectionManager,
public nsIAccessibilityService,
public nsIObserver
public mozilla::a11y::FocusManager,
public mozilla::a11y::SelectionManager,
public nsIAccessibilityService,
public nsIObserver
{
public:
typedef mozilla::a11y::Accessible Accessible;
Expand Down
4 changes: 2 additions & 2 deletions accessible/windows/msaa/IUnknownImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ class AutoRefCnt
#define DECL_IUNKNOWN \
public: \
virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID, void**); \
virtual ULONG STDMETHODCALLTYPE AddRef() final \
virtual ULONG STDMETHODCALLTYPE AddRef() final \
{ \
MOZ_ASSERT(int32_t(mRefCnt) >= 0, "illegal refcnt"); \
++mRefCnt; \
return mRefCnt; \
} \
virtual ULONG STDMETHODCALLTYPE Release() final \
virtual ULONG STDMETHODCALLTYPE Release() final \
{ \
MOZ_ASSERT(int32_t(mRefCnt) > 0, "dup release"); \
--mRefCnt; \
Expand Down
2 changes: 1 addition & 1 deletion accessible/windows/uia/uiaRawElmProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AccessibleWrap;
* IRawElementProviderSimple implementation (maintains IAccessibleEx approach).
*/
class uiaRawElmProvider final : public IAccessibleEx,
public IRawElementProviderSimple
public IRawElementProviderSimple
{
public:
uiaRawElmProvider(AccessibleWrap* aAcc) : mAcc(aAcc) { }
Expand Down
2 changes: 1 addition & 1 deletion browser/components/feeds/nsFeedSniffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "mozilla/Attributes.h"

class nsFeedSniffer final : public nsIContentSniffer,
nsIStreamListener
nsIStreamListener
{
public:
NS_DECL_ISUPPORTS
Expand Down
4 changes: 2 additions & 2 deletions caps/nsNullPrincipalURI.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
{0xb9, 0x1b, 0x6b, 0x54, 0x10, 0x22, 0x36, 0xe6} }

class nsNullPrincipalURI final : public nsIURI
, public nsISizeOf
, public nsIIPCSerializableURI
, public nsISizeOf
, public nsIIPCSerializableURI
{
public:
NS_DECL_THREADSAFE_ISUPPORTS
Expand Down
4 changes: 2 additions & 2 deletions caps/nsScriptSecurityManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class ClassInfoData;
{ 0xba, 0x18, 0x00, 0x60, 0xb0, 0xf1, 0x99, 0xa2 }}

class nsScriptSecurityManager final : public nsIScriptSecurityManager,
public nsIChannelEventSink,
public nsIObserver
public nsIChannelEventSink,
public nsIObserver
{
public:
static void Shutdown();
Expand Down
2 changes: 1 addition & 1 deletion chrome/nsChromeProtocolHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

class nsChromeProtocolHandler final : public nsIProtocolHandler,
public nsSupportsWeakReference
public nsSupportsWeakReference
{
public:
NS_DECL_THREADSAFE_ISUPPORTS
Expand Down
4 changes: 2 additions & 2 deletions docshell/shistory/src/nsSHEntry.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class nsIInputStream;
class nsIURI;

class nsSHEntry final : public nsISHEntry,
public nsISHContainer,
public nsISHEntryInternal
public nsISHContainer,
public nsISHEntryInternal
{
public:
nsSHEntry();
Expand Down
2 changes: 1 addition & 1 deletion docshell/shistory/src/nsSHEntryShared.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class nsISupportsArray;
//
// nsSHEntryShared is the vehicle for this sharing.
class nsSHEntryShared final : public nsIBFCacheEntry,
public nsIMutationObserver
public nsIMutationObserver
{
public:
static void EnsureHistoryTracker();
Expand Down
6 changes: 3 additions & 3 deletions docshell/shistory/src/nsSHistory.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class nsISHEntry;
class nsISHTransaction;

class nsSHistory final : public PRCList,
public nsISHistory,
public nsISHistoryInternal,
public nsIWebNavigation
public nsISHistory,
public nsISHistoryInternal,
public nsIWebNavigation
{
public:
nsSHistory();
Expand Down
2 changes: 1 addition & 1 deletion dom/archivereader/ArchiveReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ArchiveRequest;
* This is the ArchiveReader object
*/
class ArchiveReader final : public nsISupports,
public nsWrapperCache
public nsWrapperCache
{
public:
NS_DECL_CYCLE_COLLECTING_ISUPPORTS
Expand Down
2 changes: 1 addition & 1 deletion dom/archivereader/ArchiveZipFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ USING_ARCHIVEREADER_NAMESPACE
* Input stream object for zip files
*/
class ArchiveInputStream final : public nsIInputStream,
public nsISeekableStream
public nsISeekableStream
{
public:
ArchiveInputStream(uint64_t aParentSize,
Expand Down
6 changes: 3 additions & 3 deletions dom/asmjscache/AsmJSCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ FindHashMatch(const Metadata& aMetadata, const ReadParams& aReadParams,

// A runnable that executes for a cache access originating in the main process.
class SingleProcessRunnable final : public File,
private MainProcessRunnable
private MainProcessRunnable
{
public:
// In the single-process case, the calling JS compilation thread holds the
Expand Down Expand Up @@ -1186,7 +1186,7 @@ class SingleProcessRunnable final : public File,
// in the content process. This runnable gets registered as an IPDL subprotocol
// actor so that it can communicate with the corresponding ChildProcessRunnable.
class ParentProcessRunnable final : public PAsmJSCacheEntryParent,
public MainProcessRunnable
public MainProcessRunnable
{
public:
// The given principal comes from an IPC::Principal which will be dec-refed
Expand Down Expand Up @@ -1357,7 +1357,7 @@ DeallocEntryParent(PAsmJSCacheEntryParent* aActor)
namespace {

class ChildProcessRunnable final : public File,
public PAsmJSCacheEntryChild
public PAsmJSCacheEntryChild
{
public:
NS_DECL_NSIRUNNABLE
Expand Down
2 changes: 1 addition & 1 deletion dom/base/Attr.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace dom {
// Attribute helper class used to wrap up an attribute with a dom
// object that implements nsIDOMAttr and nsIDOMNode
class Attr final : public nsIAttribute,
public nsIDOMAttr
public nsIDOMAttr
{
virtual ~Attr() {}

Expand Down
2 changes: 1 addition & 1 deletion dom/base/Comment.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace mozilla {
namespace dom {

class Comment final : public nsGenericDOMDataNode,
public nsIDOMComment
public nsIDOMComment
{
private:
void Init()
Expand Down
2 changes: 1 addition & 1 deletion dom/base/Console.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ConsoleCallData;
struct ConsoleStackEntry;

class Console final : public nsIObserver
, public nsWrapperCache
, public nsWrapperCache
{
~Console();

Expand Down
2 changes: 1 addition & 1 deletion dom/base/DOMImplementation.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace dom {
class DocumentType;

class DOMImplementation final : public nsIDOMDOMImplementation
, public nsWrapperCache
, public nsWrapperCache
{
~DOMImplementation()
{
Expand Down
4 changes: 2 additions & 2 deletions dom/base/DOMParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ namespace mozilla {
namespace dom {

class DOMParser final : public nsIDOMParser,
public nsSupportsWeakReference,
public nsWrapperCache
public nsSupportsWeakReference,
public nsWrapperCache
{
typedef mozilla::dom::GlobalObject GlobalObject;

Expand Down
4 changes: 2 additions & 2 deletions dom/base/DOMRect.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DOMRectReadOnly : public nsISupports
};

class DOMRect final : public DOMRectReadOnly
, public nsIDOMClientRect
, public nsIDOMClientRect
{
public:
explicit DOMRect(nsISupports* aParent, double aX = 0, double aY = 0,
Expand Down Expand Up @@ -147,7 +147,7 @@ class DOMRect final : public DOMRectReadOnly
};

class DOMRectList final : public nsIDOMClientRectList,
public nsWrapperCache
public nsWrapperCache
{
~DOMRectList() {}

Expand Down
Loading

0 comments on commit 5a3e783

Please sign in to comment.