Bug 1412111 - Add mode lines to NativeOSFileInternals.{h,cpp}. r=Yoric draft
authorAndrew McCreight <continuation@gmail.com>
Thu, 26 Oct 2017 13:40:57 -0700
changeset 687062 fe33cc293c5b34ab7fc6775b947b82cdc67b0614
parent 687061 4f9080324090e70b13749f32ec27fcbc43b7d363
child 687177 9d6d14a60cad612e5b7f5bd40850a91ea1103528
push id86405
push userbmo:continuation@gmail.com
push dateThu, 26 Oct 2017 20:49:34 +0000
reviewersYoric
bugs1412111
milestone58.0a1
Bug 1412111 - Add mode lines to NativeOSFileInternals.{h,cpp}. r=Yoric MozReview-Commit-ID: ETHWPJo8OBF
toolkit/components/osfile/NativeOSFileInternals.cpp
toolkit/components/osfile/NativeOSFileInternals.h
--- a/toolkit/components/osfile/NativeOSFileInternals.cpp
+++ b/toolkit/components/osfile/NativeOSFileInternals.cpp
@@ -1,8 +1,10 @@
+/* -*- 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/. */
 
 /**
  * Native implementation of some OS.File operations.
  */
 
--- a/toolkit/components/osfile/NativeOSFileInternals.h
+++ b/toolkit/components/osfile/NativeOSFileInternals.h
@@ -1,8 +1,10 @@
+/* -*- 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_nativeosfileinternalservice_h__
 #define mozilla_nativeosfileinternalservice_h__
 
 #include "nsINativeOSFileInternals.h"