-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1048 from adincebic/remove-whitespaces
Remove whitespaces from file names
- Loading branch information
Showing
9 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...s/CryptoSwift/CS_BigInt/Bitwise Ops.swift → ...es/CryptoSwift/CS_BigInt/BitwiseOps.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// | ||
// Bitwise Ops.swift | ||
// BitwiseOps.swift | ||
// CS.BigInt | ||
// | ||
// Created by Károly Lőrentey on 2016-01-03. | ||
|
2 changes: 1 addition & 1 deletion
2
...yptoSwift/CS_BigInt/Data Conversion.swift → ...ryptoSwift/CS_BigInt/DataConversion.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// | ||
// Data Conversion.swift | ||
// DataConversion.swift | ||
// BigInt | ||
// | ||
// Created by Károly Lőrentey on 2016-01-04. | ||
|
2 changes: 1 addition & 1 deletion
2
...CS_BigInt/Floating Point Conversion.swift → ...t/CS_BigInt/FloatingPointConversion.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...oSwift/CS_BigInt/Integer Conversion.swift → ...toSwift/CS_BigInt/IntegerConversion.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...es/CryptoSwift/CS_BigInt/Prime Test.swift → ...ces/CryptoSwift/CS_BigInt/PrimeTest.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// | ||
// Prime Test.swift | ||
// PrimeTest.swift | ||
// CS.BigInt | ||
// | ||
// Created by Károly Lőrentey on 2016-01-04. | ||
|
2 changes: 1 addition & 1 deletion
2
...s/CryptoSwift/CS_BigInt/Square Root.swift → ...es/CryptoSwift/CS_BigInt/SquareRoot.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// | ||
// Square Root.swift | ||
// SquareRoot.swift | ||
// CS.BigInt | ||
// | ||
// Created by Károly Lőrentey on 2016-01-03. | ||
|
2 changes: 1 addition & 1 deletion
2
...toSwift/CS_BigInt/String Conversion.swift → ...ptoSwift/CS_BigInt/StringConversion.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ryptoSwift/CS_BigInt/Words and Bits.swift → .../CryptoSwift/CS_BigInt/WordsAndBits.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// | ||
// Words and Bits.swift | ||
// WordsAndBits.swift | ||
// CS.BigInt | ||
// | ||
// Created by Károly Lőrentey on 2017-08-11. | ||
|