mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -1,4 +1,4 @@
|
||||
//===--- ModuleFile.cpp - Loading a serialized module -----------*- C++ -*-===//
|
||||
//===--- ModuleFile.cpp - Loading a serialized module ---------------------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user