mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 20:47:58 +01:00
Fix whitespace issues.
--HG-- extra : rebase_source : f962251f04f0aced8dffd601a3ce7faf064f70b4
This commit is contained in:
@@ -38,3 +38,5 @@ static const mozilla::Module kDactylUtilsModule = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
NSMODULE_DEFN(dactylUtilsModule) = &kDactylUtilsModule;
|
NSMODULE_DEFN(dactylUtilsModule) = &kDactylUtilsModule;
|
||||||
|
|
||||||
|
/* vim:se sts=4 sw=4 et cin ft=cpp: */
|
||||||
|
|||||||
@@ -366,4 +366,4 @@ dactylUtils::GetScrollable(nsIDOMElement *aElement, PRUint32 *rval)
|
|||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* vim:se sts=4 sw=4 et ft=cpp: */
|
/* vim:se sts=4 sw=4 et cin ft=cpp: */
|
||||||
|
|||||||
@@ -33,3 +33,4 @@ private:
|
|||||||
nsCOMPtr<nsIPrincipal> mSystemPrincipal;
|
nsCOMPtr<nsIPrincipal> mSystemPrincipal;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* vim:se sts=4 sw=4 et cin ft=cpp: */
|
||||||
|
|||||||
Reference in New Issue
Block a user