Skip to content

Commit

Permalink
Fix whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Dec 11, 2015
1 parent 508eada commit 5f0077f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ local.properties

# jEnv
.java-version

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ If you are adding a new file it should have a header like this:
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ shall suffice to illustrate the idea.)

## Bugs and Feedback

For bugs, feature requests, and discussion please use [Github Issues][issues].
For bugs, feature requests, and discussion please use [GitHub Issues][issues].
For general usage questions please use the [mailing list][list] or [StackOverflow][so].


Expand Down
2 changes: 1 addition & 1 deletion gradle/artifacts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (project.plugins.hasPlugin('com.android.library')) {
}

if (variant.name == 'release') {
// There's a lot of "magic" around the archives configuration; easier
// There's a lot of "magic" around the archives configuration; easier
// just to embrace it rather than try to configure around it
artifacts {
archives javadocJarTask, sourcesJarTask
Expand Down

0 comments on commit 5f0077f

Please sign in to comment.