Bug 1341890 - Fix line endings for ContentPrefs.h. r=billm draft
authorAndrew McCreight <continuation@gmail.com>
Fri, 24 Feb 2017 10:23:53 -0800
changeset 489307 c78baeb4a36b34a6239ac5c97c92e4a6be98a385
parent 489279 6f2117c0b9895dfeb06fa74d2dc91bff660386ce
child 489308 3bbdaf8d3c45de6e9da9743db8870ee58ecf5234
push id46799
push userbmo:continuation@gmail.com
push dateFri, 24 Feb 2017 18:29:24 +0000
reviewersbillm
bugs1341890
milestone54.0a1
Bug 1341890 - Fix line endings for ContentPrefs.h. r=billm Also fix the indentation of gInitPrefs. MozReview-Commit-ID: 1vNwCSxyTo
dom/ipc/ContentPrefs.h
--- a/dom/ipc/ContentPrefs.h
+++ b/dom/ipc/ContentPrefs.h
@@ -1,25 +1,25 @@
-/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-/* vim: set ts=8 sts=2 et sw=2 tw=80: */
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-#ifndef mozilla_dom_ContentPrefs_h
-#define mozilla_dom_ContentPrefs_h
-
-namespace mozilla {
-namespace dom {
-
-class ContentPrefs {
-public:
-  static const char** GetContentPrefs(size_t* aCount);
-  static const char* GetContentPref(size_t aIndex);
-
-private:
-    static const char* gInitPrefs[];
-};
-
-}
-}
-
-#endif
+/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/* vim: set ts=8 sts=2 et sw=2 tw=80: */
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+#ifndef mozilla_dom_ContentPrefs_h
+#define mozilla_dom_ContentPrefs_h
+
+namespace mozilla {
+namespace dom {
+
+class ContentPrefs {
+public:
+  static const char** GetContentPrefs(size_t* aCount);
+  static const char* GetContentPref(size_t aIndex);
+
+private:
+  static const char* gInitPrefs[];
+};
+
+}
+}
+
+#endif