Skip to content

Commit

Permalink
FIX - Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Apr 3, 2016
1 parent be7470d commit b049d25
Show file tree
Hide file tree
Showing 21 changed files with 938 additions and 938 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ language: node_js

node_js:
- '4.2.1'

env:
- CXX=g++-4.8

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- g++-4.8

sudo: false
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ Free Code Camp Issue Mods and staff are on hand to assist with Pull Request rela
There are two methods of creating a Pull for Free Code Camp:

- Editing files via the GitHub Interface
- Editing files on a local clone
- Editing files on a local clone

**Important: ALWAYS EDIT ON A BRANCH**
**Important: ALWAYS EDIT ON A BRANCH**
Take away only one thing from this document, it should be this: Never, **EVER** make edits to the `staging` branch. ALWAYS make a new branch BEFORE you edit files. This is critical, because if your PR is not accepted, your copy of staging will be forever sullied and the only way to fix it is to delete your fork and re-fork.

_**Method 1: Editing via your Local Fork (Recommended)**_
_**Method 1: Editing via your Local Fork (Recommended)**_
This is the recommended method. Read about How to Setup and Maintain a Local Instance of Free Code Camp.

1. Perform the maintenance step of rebasing `staging`.
1. Perform the maintenance step of rebasing `staging`.
2. Ensure you are on the `staging` branch using `git status`:

```bash
Expand All @@ -127,7 +127,7 @@ nothing to commit, working directory clean
```

3. If you are not on staging or your working directory is not clean, resolve any outstanding files/commits and checkout staging `git checkout staging`
4. Create a branch off of `staging` with git: `git checkout -B branch/name-here`
4. Create a branch off of `staging` with git: `git checkout -B branch/name-here`
**Note:** Branch naming is important. Use a name like `fix/short-fix-description` or `feature/short-feature-description`. Review the [Contribution Guidelines](#contribution-guidelines) for more detail.
5. Edit your file(s) locally with the editor of your choice
6. Check your `git status` to see unstaged files.
Expand All @@ -137,29 +137,29 @@ nothing to commit, working directory clean
10. Push your commits to your GitHub Fork: `git push -u origin branch/name-here`
11. Go to [Common Steps](#common-steps)

_**Method 2: Editing via the GitHub Interface**_
_**Method 2: Editing via the GitHub Interface**_

Note: Editing via the GitHub Interface is not recommended, since it is not possible to update your fork via GitHub's interface without deleting and recreating your fork.
Note: Editing via the GitHub Interface is not recommended, since it is not possible to update your fork via GitHub's interface without deleting and recreating your fork.

Read the [Wiki article](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/How-To-Create-A-Pull-Request-for-Free-Code-Camp#editing-via-the-github-interface) for further information

## Common Steps
1. Once the edits have been committed, you will be prompted to create a pull request on your fork's Github Page.
2. By default, all pull requests should be against the FCC main repo, `staging` branch.
3. Submit a [pull request](https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Pull-Request-Contribute) from your branch to Free Code Camp's `staging` branch.
3. The title (also called the subject) of your PR should be descriptive of your changes and succinctly indicates what is being fixed.
3. The title (also called the subject) of your PR should be descriptive of your changes and succinctly indicates what is being fixed.
- **Do not add the issue number in the PR title**.
- Examples: `Add Test Cases to Bonfire Drop It` `Correct typo in Waypoint Size Your Images`
4. In the body of your PR include a more detailed summary of the changes you made and why.
- If the PR is meant to fix an existing bug/issue, then, at the end of your PR's commit message, append the keyword `closes` and #xxxx (where xxxx is the issue number). Example: `closes #1337`.
- If the PR is meant to fix an existing bug/issue, then, at the end of your PR's commit message, append the keyword `closes` and #xxxx (where xxxx is the issue number). Example: `closes #1337`.
This tells GitHub to close the existing issue, if the PR is merged.
5. Indicate if you have tested on a local copy of the site or not.

## Next Steps

**If your PR is accepted**

Once your PR is accepted, you may delete the branch you created to submit it. This keeps your working fork clean.
Once your PR is accepted, you may delete the branch you created to submit it. This keeps your working fork clean.

You can do this with a press of a button on the GitHub PR interface. You can delete the local copy of the branch with: `git branch -D branch/to-delete-name`

Expand Down
4 changes: 2 additions & 2 deletions client/less/challenge.less
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ iframe.iphone {
height: 500px;
}
@media (min-width: 1200px) and (max-width: 1250px){
right: 22px;
right: 22px;
}
}

Expand All @@ -108,6 +108,6 @@ iframe.iphone {
z-index: -1;
right: -195px;
@media (min-width: 1200px) and (max-width: 1250px){
right: -207px;
right: -207px;
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions client/less/lib/ionicons/_ionicons-animation.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,30 +56,30 @@
animation-timing-function: steps(8, start);
}

.@{ionicons-prefix}loading-a:before {
.@{ionicons-prefix}loading-a:before {
&:extend(.@{ionicons-prefix}load-a:before);
}

.@{ionicons-prefix}loading-b:before {
.@{ionicons-prefix}loading-b:before {
&:extend(.@{ionicons-prefix}load-b:before);
}

.@{ionicons-prefix}loading-c:before {
.@{ionicons-prefix}loading-c:before {
&:extend(.@{ionicons-prefix}load-c:before);
}

.@{ionicons-prefix}loading-d:before {
.@{ionicons-prefix}loading-d:before {
&:extend(.@{ionicons-prefix}load-d:before);
}

.@{ionicons-prefix}looping:before {
.@{ionicons-prefix}looping:before {
&:extend(.@{ionicons-prefix}loop:before);
}

.@{ionicons-prefix}refreshing:before {
.@{ionicons-prefix}refreshing:before {
&:extend(.@{ionicons-prefix}refresh:before);
}

.@{ionicons-prefix}ios7-reloading:before {
.@{ionicons-prefix}ios7-reloading:before {
&:extend(.@{ionicons-prefix}ios7-reload:before);
}
8 changes: 4 additions & 4 deletions client/less/map.less
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@
position:absolute;
display: block;
height: 100%;
width: 100%;
width: 100%;
}

.map-accordion {
width:700px;
margin:155px auto 0;
width:700px;
margin:155px auto 0;
position:relative;
#nested {
margin:0 10px;
Expand Down Expand Up @@ -256,7 +256,7 @@
}
}
}

.map-aside-action-item {
display: -webkit-flex;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion public/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b049d25

Please sign in to comment.