Skip to content

Commit 47c43c8

Browse files
committed
Minimize whitespace diffs
1 parent 4ee4236 commit 47c43c8

File tree

6 files changed

+41
-43
lines changed

6 files changed

+41
-43
lines changed

Sources/CoreFoundation/CFUniChar.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/* CFUniChar.c
2-
Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
1+
/* CFUniChar.c
2+
Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
33
4-
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
5-
Licensed under Apache License v2.0 with Runtime Library Exception
6-
See http://swift.org/LICENSE.txt for license information
7-
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8-
Responsibility: Foundation Team
4+
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
5+
Licensed under Apache License v2.0 with Runtime Library Exception
6+
See http://swift.org/LICENSE.txt for license information
7+
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
Responsibility: Foundation Team
99
*/
1010

1111
#include "CFBase.h"

Sources/CoreFoundation/CFUnicodeDecomposition.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/* CFUnicodeDecomposition.c
2-
Copyright (c) 1999-2019, Apple Inc. and the Swift project authors
1+
/* CFUnicodeDecomposition.c
2+
Copyright (c) 1999-2019, Apple Inc. and the Swift project authors
33
4-
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
5-
Licensed under Apache License v2.0 with Runtime Library Exception
6-
See http://swift.org/LICENSE.txt for license information
7-
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8-
Responsibility: Foundation Team
4+
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
5+
Licensed under Apache License v2.0 with Runtime Library Exception
6+
See http://swift.org/LICENSE.txt for license information
7+
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
Responsibility: Foundation Team
99
*/
1010

1111
#include <string.h>

Sources/CoreFoundation/CFUnicodePrecomposition.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/* CFUnicodePrecomposition.c
2-
Copyright (c) 1999-2019, Apple Inc. and the Swift project authors
1+
/* CFUnicodePrecomposition.c
2+
Copyright (c) 1999-2019, Apple Inc. and the Swift project authors
33
4-
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
5-
Licensed under Apache License v2.0 with Runtime Library Exception
6-
See http://swift.org/LICENSE.txt for license information
7-
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8-
Responsibility: Foundation Team
4+
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
5+
Licensed under Apache License v2.0 with Runtime Library Exception
6+
See http://swift.org/LICENSE.txt for license information
7+
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
Responsibility: Foundation Team
99
*/
1010

1111
#include <string.h>

Sources/CoreFoundation/include/CFUniChar.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/* CFUniChar.h
2-
Copyright (c) 1998-2019, Apple Inc. and the Swift project authors
1+
/* CFUniChar.h
2+
Copyright (c) 1998-2019, Apple Inc. and the Swift project authors
33
4-
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
5-
Licensed under Apache License v2.0 with Runtime Library Exception
6-
See http://swift.org/LICENSE.txt for license information
7-
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
4+
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
5+
Licensed under Apache License v2.0 with Runtime Library Exception
6+
See http://swift.org/LICENSE.txt for license information
7+
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
88
*/
99

1010
#if !defined(__COREFOUNDATION_CFUNICHAR__)

Sources/CoreFoundation/include/CFUnicodeDecomposition.h

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
/*
2-
CFUnicodeDecomposition.h
3-
CoreFoundation
2+
CFUnicodeDecomposition.h
3+
CoreFoundation
44
5-
Created by aki on Wed Oct 03 2001.
6-
Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
5+
Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
76
8-
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
9-
Licensed under Apache License v2.0 with Runtime Library Exception
10-
See http://swift.org/LICENSE.txt for license information
11-
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
7+
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
8+
Licensed under Apache License v2.0 with Runtime Library Exception
9+
See http://swift.org/LICENSE.txt for license information
10+
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1211
*/
1312

1413
#if !defined(__COREFOUNDATION_CFUNICODEDECOMPOSITION__)

Sources/CoreFoundation/include/CFUnicodePrecomposition.h

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
/*
2-
CFUnicodePrecomposition.h
3-
CoreFoundation
2+
CFUnicodePrecomposition.h
3+
CoreFoundation
44
5-
Created by aki on Wed Oct 03 2001.
6-
Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
5+
Copyright (c) 2001-2019, Apple Inc. and the Swift project authors
76
8-
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
9-
Licensed under Apache License v2.0 with Runtime Library Exception
10-
See http://swift.org/LICENSE.txt for license information
11-
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
7+
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
8+
Licensed under Apache License v2.0 with Runtime Library Exception
9+
See http://swift.org/LICENSE.txt for license information
10+
See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1211
*/
1312

1413
#if !defined(__COREFOUNDATION_CFUNICODEPRECOMPOSITION__)

0 commit comments

Comments
 (0)