Bug 959150 part 6 - Move the opening brace to the next line in methods whose body is in non-generated .h files under parser/html/. r=smaug.
This commit is contained in:
@@ -19,7 +19,8 @@ class nsHtml5AtomEntry : public nsStringHashKey
|
||||
nsHtml5AtomEntry(KeyTypePointer aStr);
|
||||
nsHtml5AtomEntry(const nsHtml5AtomEntry& aOther);
|
||||
~nsHtml5AtomEntry();
|
||||
inline nsHtml5Atom* GetAtom() {
|
||||
inline nsHtml5Atom* GetAtom()
|
||||
{
|
||||
return mAtom;
|
||||
}
|
||||
private:
|
||||
@@ -84,12 +85,14 @@ class nsHtml5AtomTable
|
||||
/**
|
||||
* Empties the table.
|
||||
*/
|
||||
void Clear() {
|
||||
void Clear()
|
||||
{
|
||||
mTable.Clear();
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
void SetPermittedLookupThread(nsIThread* aThread) {
|
||||
void SetPermittedLookupThread(nsIThread* aThread)
|
||||
{
|
||||
mPermittedLookupThread = aThread;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user