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

Remove unreachable code. Fix formatting. #2

Merged
merged 1 commit into from Dec 17, 2014
Merged

Remove unreachable code. Fix formatting. #2

merged 1 commit into from Dec 17, 2014

Conversation

GenuineSounds
Copy link
Contributor

Commented out a check for an impossibility in data increment case. A byte value (-128 through 127) cast to an int (-2^31 though (2^31)-1) plus 1 will never be greater than Integer.MAX_VALUE ((2^31)-1)

Fixed a small amount of formatting: Double new lines, and a couple tabs prefixing blank lines.

Commented out a check for an impossibility in data increment case. A byte value (-128 through 127) cast to an int (-2^31 though (2^31)-1) plus 1 will never be greater than Integer.MAX_VALUE ((2^31)-1)

Fixed a small amount of formatting: Double new lines, and a couple tabs prefixing blank lines.
fabianishere added a commit that referenced this pull request Dec 17, 2014
Remove unreachable code. Fix formatting.
@fabianishere fabianishere merged commit 95c72bd into fabianishere:master Dec 17, 2014
@fabianishere
Copy link
Owner

Thanks!

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