mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 10:37:58 +01:00
Fix whitespace issues.
--HG-- extra : rebase_source : f962251f04f0aced8dffd601a3ce7faf064f70b4
This commit is contained in:
@@ -17,19 +17,20 @@
|
||||
|
||||
class dactylUtils : public dactylIUtils {
|
||||
public:
|
||||
dactylUtils() NS_HIDDEN;
|
||||
~dactylUtils() NS_HIDDEN;
|
||||
dactylUtils() NS_HIDDEN;
|
||||
~dactylUtils() NS_HIDDEN;
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_DACTYLIUTILS
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_DACTYLIUTILS
|
||||
|
||||
NS_HIDDEN_(nsresult) Init();
|
||||
NS_HIDDEN_(nsresult) Init();
|
||||
|
||||
private:
|
||||
|
||||
nsCOMPtr<nsIJSRuntimeService> mRuntimeService;
|
||||
JSRuntime *mRuntime;
|
||||
nsCOMPtr<nsIJSRuntimeService> mRuntimeService;
|
||||
JSRuntime *mRuntime;
|
||||
|
||||
nsCOMPtr<nsIPrincipal> mSystemPrincipal;
|
||||
nsCOMPtr<nsIPrincipal> mSystemPrincipal;
|
||||
};
|
||||
|
||||
/* vim:se sts=4 sw=4 et cin ft=cpp: */
|
||||
|
||||
Reference in New Issue
Block a user