From a2ed139a44166c38fa3594b59014a70b2ecbe306 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sat, 26 Sep 2020 23:37:14 -0400 Subject: Issue #1656 - Fix broken comment from Part 1 Removing the vim line unintentionally broke the comment leading to build failure, this restores the comment. --- ipc/testshell/XPCShellEnvironment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc') diff --git a/ipc/testshell/XPCShellEnvironment.cpp b/ipc/testshell/XPCShellEnvironment.cpp index 68b72635f1..c97be68a52 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/. */ -- cgit v1.2.3