[gardening] Remove "-*- C++ -*-" tag from .cpp files

Emacs assumes .h files are C files by default which is why the
tag "-*- C++ -*-" is needed.

.cpp files do not have this problem.
This commit is contained in:
practicalswift
2016-01-23 12:09:32 +01:00
parent a3f857ca7b
commit 8efa5f587e
53 changed files with 53 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
//===--- ModuleNameLookup.cpp - Name lookup within a module -----*- C++ -*-===//
//===--- ModuleNameLookup.cpp - Name lookup within a module ---------------===//
//
// This source file is part of the Swift.org open source project
//