Add newlines to the ends of files

Many files did not end in newlines. This can cause problems with UNIX tools
which expect every line to end with a newline/line break.
May require manually restarting the webclient.

Change-Id: If6cf0c13fc82858efbf8b34b6eb0774441ecf535
This commit is contained in:
Zara 2015-07-31 11:32:50 +00:00
parent 4c14896122
commit 020ec19e3e
37 changed files with 37 additions and 37 deletions

View File

@ -29,4 +29,4 @@
<i class="fa fa-sb-project-group fa-lg"></i>
</a>
</li>
</ul>
</ul>

View File

@ -38,4 +38,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -25,4 +25,4 @@
<p>This feature has not yet been implemented.</p>
</div>
</div>
</div>
</div>

View File

@ -25,4 +25,4 @@
<p>This feature has not yet been implemented.</p>
</div>
</div>
</div>
</div>

View File

@ -23,4 +23,4 @@
</p>
</div>
</div>
</div>
</div>

View File

@ -39,4 +39,4 @@
be easily able to submit a bug report to storyboard -->
</div>
</div>
</div>
</div>

View File

@ -28,4 +28,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -26,4 +26,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -7,4 +7,4 @@
projects.</p>
</div>
</div>
</div>
</div>

View File

@ -41,4 +41,4 @@
&times;
</button>
{{n.message}}
</script>
</script>

View File

@ -25,4 +25,4 @@
<i class="fa fa-sb-profile-tokens fa-lg"></i>
</a>
</li>
</ul>
</ul>

View File

@ -89,4 +89,4 @@
</table>
</div>
</div>
</div>
</div>

View File

@ -78,4 +78,4 @@
&times;
</a>
</div>
</span>
</span>

View File

@ -236,4 +236,4 @@
</table>
</div>
</div>
</div>
</div>

View File

@ -32,4 +32,4 @@
<span ng-switch-default>
<i class="fa fa-question text-muted"></i>&emsp;{{match.model.type}}
</span>
</a>
</a>

View File

@ -2,4 +2,4 @@
<td class="text-right">
<span class="text-muted">Last Login:</span>
{{user.last_login | date: 'mediumDate'}}
</td>
</td>

View File

@ -23,4 +23,4 @@
</li>
</ul>
</div>
</span>
</span>

View File

@ -38,4 +38,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -107,4 +107,4 @@
</div>
</div>
</div>
</div>
</div>

View File

@ -150,4 +150,4 @@
</ul>
</div>
</div>
</script>
</script>

View File

@ -91,4 +91,4 @@
<div ui-view="submenu"
class="nav-submenu">
</div>
</nav>
</nav>

View File

@ -36,4 +36,4 @@
focus="autoFocus"
ng-blur="onInputBlur(inputText)"
ng-model="inputText"
maxlength="{{maxLength}}"/>
maxlength="{{maxLength}}"/>

View File

@ -1,3 +1,3 @@
<span class="label {{labelStyle}}" ng-show="!!story">
{{story.status | capitalize}}
</span>
</span>

View File

@ -1 +1 @@
{"storyboardApiBase": "http://storyboard.openstack.org/api/v1"}
{"storyboardApiBase": "http://storyboard.openstack.org/api/v1"}

View File

@ -1 +1 @@
This file intentionally left blank.
This file intentionally left blank.

View File

@ -21,4 +21,4 @@ a.auth-provider.btn {
text-align: left;
padding-left: 10px;
padding-right: 10px;
}
}

View File

@ -59,4 +59,4 @@ body {
margin-left: (@navbar-fixed-side-width-lg + @navbar-fixed-side-submenu-width-lg);
}
}
}
}

View File

@ -25,4 +25,4 @@
background-color: @brand-success;
}
}
}

View File

@ -257,4 +257,4 @@
margin-top: 5px;
}
}
}
}

View File

@ -41,4 +41,4 @@ table.table.table-clean {
border-top: none;
}
}
}
}

View File

@ -202,4 +202,4 @@ td .form-group:last-child {
position: absolute;
right: (@grid-gutter-width / 2);
bottom: @padding-base-horizontal;
}
}

View File

@ -47,4 +47,4 @@
margin-top: 1em;
}
}
}
}

View File

@ -28,4 +28,4 @@
}
}
}
}

View File

@ -48,4 +48,4 @@
.alert {
box-shadow: 3px 3px 10px rgba(0, 0, 0, .5)
}
}
}

View File

@ -142,4 +142,4 @@
.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}");
}
}
}
}

View File

@ -21,4 +21,4 @@ p, span, em, strong, small {
&.honor-carriage-return {
white-space: pre-wrap;
}
}
}

View File

@ -28,4 +28,4 @@ by using `@import` directives in your own theme file. Note that `@include`
resolves first from the current directory before checking the resolution path.
All files in this directory with the `*.less` extension are included in our
`.gitignore`, so updating your codebase will not override those files.
`.gitignore`, so updating your codebase will not override those files.