Skip to content

Commit d52973f

Browse files
committed
[nfc] Fix indentation in TypeIDZones.def.
The whole file was indented by one space.
1 parent d706863 commit d52973f

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

include/swift/Basic/TypeIDZones.def

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
//===--- TypeIDZones.def - List of TypeID Zones -----------------*- C++ -*-===//
2-
//
3-
// This source file is part of the Swift.org open source project
4-
//
5-
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
6-
// Licensed under Apache License v2.0 with Runtime Library Exception
7-
//
8-
// See https://swift.org/LICENSE.txt for license information
9-
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10-
//
11-
//===----------------------------------------------------------------------===//
12-
//
13-
// This definition file describes the zones for TypeID.
14-
//
15-
//===----------------------------------------------------------------------===//
16-
17-
SWIFT_TYPEID_ZONE(C, 0)
18-
SWIFT_TYPEID_ZONE(AST, 1)
19-
20-
SWIFT_TYPEID_ZONE(Parse, 8)
21-
SWIFT_TYPEID_ZONE(NameLookup, 9)
22-
23-
SWIFT_TYPEID_ZONE(TypeChecker, 10)
24-
SWIFT_TYPEID_ZONE(AccessControl, 11)
25-
SWIFT_TYPEID_ZONE(SILGen, 12)
26-
SWIFT_TYPEID_ZONE(SILOptimizer, 13)
27-
SWIFT_TYPEID_ZONE(TBDGen, 14)
28-
29-
SWIFT_TYPEID_ZONE(IRGen, 20)
30-
31-
SWIFT_TYPEID_ZONE(IDETypeChecking, 97)
32-
33-
SWIFT_TYPEID_ZONE(IDETypes, 136)
34-
SWIFT_TYPEID_ZONE(IDE, 137)
2+
//
3+
// This source file is part of the Swift.org open source project
4+
//
5+
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
6+
// Licensed under Apache License v2.0 with Runtime Library Exception
7+
//
8+
// See https://swift.org/LICENSE.txt for license information
9+
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+
//
11+
//===----------------------------------------------------------------------===//
12+
//
13+
// This definition file describes the zones for TypeID.
14+
//
15+
//===----------------------------------------------------------------------===//
16+
17+
SWIFT_TYPEID_ZONE(C, 0)
18+
SWIFT_TYPEID_ZONE(AST, 1)
19+
20+
SWIFT_TYPEID_ZONE(Parse, 8)
21+
SWIFT_TYPEID_ZONE(NameLookup, 9)
22+
23+
SWIFT_TYPEID_ZONE(TypeChecker, 10)
24+
SWIFT_TYPEID_ZONE(AccessControl, 11)
25+
SWIFT_TYPEID_ZONE(SILGen, 12)
26+
SWIFT_TYPEID_ZONE(SILOptimizer, 13)
27+
SWIFT_TYPEID_ZONE(TBDGen, 14)
28+
29+
SWIFT_TYPEID_ZONE(IRGen, 20)
30+
31+
SWIFT_TYPEID_ZONE(IDETypeChecking, 97)
32+
33+
SWIFT_TYPEID_ZONE(IDETypes, 136)
34+
SWIFT_TYPEID_ZONE(IDE, 137)
3535

3636
SWIFT_TYPEID_ZONE(ClangImporter, 139)
3737

38-
// N.B. This is not a formal zone and exists solely to support the unit tests.
39-
SWIFT_TYPEID_ZONE(ArithmeticEvaluator, 255)
38+
// N.B. This is not a formal zone and exists solely to support the unit tests.
39+
SWIFT_TYPEID_ZONE(ArithmeticEvaluator, 255)

0 commit comments

Comments
 (0)