1
0
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:
Kris Maglione
2011-09-28 15:06:04 -04:00
parent 7bf68df95a
commit dc8004426f
4 changed files with 40 additions and 37 deletions

View File

@@ -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: */