1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 18:47:59 +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

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

View File

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

View File

@@ -33,3 +33,4 @@ private:
nsCOMPtr<nsIPrincipal> mSystemPrincipal; nsCOMPtr<nsIPrincipal> mSystemPrincipal;
}; };
/* vim:se sts=4 sw=4 et cin ft=cpp: */