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

Make constants styled correctly #724

Merged
merged 2 commits into from
Sep 11, 2017

Conversation

joeljfischer
Copy link
Contributor

Fixes #711

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Unneeded

Summary

This alters local constant styles to be consistent across the project

Changelog

None

CLA

@joeljfischer joeljfischer added the bug A defect in the library label Sep 7, 2017
@joeljfischer joeljfischer added this to the 5.0.0 milestone Sep 7, 2017
@joeljfischer joeljfischer self-assigned this Sep 7, 2017
@@ -42,9 +42,9 @@
typedef void (^URLSessionDownloadTaskCompletionHandler)(NSURL *location, NSURLResponse *response, NSError *error);

NSString *const SDLProxyVersion = @"4.6.1";
const float startSessionTime = 10.0;
const float notifyProxyClosedDelay = 0.1;
const int POLICIES_CORRELATION_ID = 65535;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

POLICIES_CORRELATION_ID on line no. 702 has not been updated

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@joeljfischer joeljfischer merged commit 121b35a into release/5.0.0 Sep 11, 2017
@joeljfischer joeljfischer deleted the bugfix/issue_711_constant_styling branch September 11, 2017 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants