Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing whitespace formatting #1

Merged
merged 1 commit into from Dec 3, 2015
Merged

Conversation

richardgroves
Copy link
Contributor

Line 231 wasn't indented

Line 231 wasn't indented
@parkera
Copy link
Member

parkera commented Dec 3, 2015

Thanks!

parkera added a commit that referenced this pull request Dec 3, 2015
Fixing whitespace formatting
@parkera parkera merged commit d7322e6 into apple:master Dec 3, 2015
@richardgroves richardgroves deleted the patch-1 branch December 3, 2015 17:43
phausler pushed a commit that referenced this pull request Dec 9, 2015
Added missing keys & values for NSStream
pushkarnk pushed a commit that referenced this pull request Nov 10, 2016
Fixed spacing as requested
troughton pushed a commit to troughton/swift-corelibs-foundation that referenced this pull request Jan 21, 2018
spevans added a commit to spevans/swift-corelibs-foundation that referenced this pull request May 17, 2020
- Use a lookup table to convert input ASCII to byte values. This is
  faster and simpler than scanning through multiple ranges in a loop
  for each input byte.

- Padding character '=' and invalid inputs both have bit 6 set in their
  decoded value so that both values can be tested together.

- Fix the estimate of the output buffer size which was estimating it at
  2/3 of input buffer size, not 3/4.
spevans added a commit to spevans/swift-corelibs-foundation that referenced this pull request May 17, 2020
- Use a lookup table to convert input ASCII to byte values. This is
  faster and simpler than scanning through multiple ranges in a loop
  for each input byte.

- Padding character '=' and invalid inputs both have bit 6 set in their
  decoded value so that both values can be tested together.

- Fix the estimate of the output buffer size which was estimating it at
  2/3 of input buffer size, not 3/4.
atrick pushed a commit to atrick/swift-corelibs-foundation that referenced this pull request Jan 12, 2021
kateinoigakukun pushed a commit to kateinoigakukun/swift-corelibs-foundation that referenced this pull request Apr 29, 2021
Change test to use updated `XCTestCaseProvider` protocol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants