diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-09-26 23:37:14 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-09-26 23:37:14 -0400 |
commit | 800b3762f7908e0c12b32d3edd6c03f9de243302 (patch) | |
tree | c20354fcbf2ede6b34b204390afe826272fcbfdf /ipc | |
parent | 2ef1384c6e525635e236924adb6ab943cd86d101 (diff) | |
download | aura-central-800b3762f7908e0c12b32d3edd6c03f9de243302.tar.gz |
Issue mcp-graveyard/UXP%1656 - Fix broken comment from Part 1
Removing the vim line unintentionally broke the comment leading to build failure, this restores the comment.
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/testshell/XPCShellEnvironment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/testshell/XPCShellEnvironment.cpp b/ipc/testshell/XPCShellEnvironment.cpp index 68b72635f..c97be68a5 100644 --- a/ipc/testshell/XPCShellEnvironment.cpp +++ b/ipc/testshell/XPCShellEnvironment.cpp @@ -1,5 +1,5 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ - * This Source Code Form is subject to the terms of the Mozilla Public +/* 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/. */ |