Skip to content

Commit 6f45034

Browse files
authored
pre-commit: apply end-of-file-fixer to all files (#7551)
1 parent e876ef0 commit 6f45034

File tree

359 files changed

+235
-408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

359 files changed

+235
-408
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
#- id: check-yaml
3737
#- id: detect-private-key
3838
- id: end-of-file-fixer
39-
files: \.(java|md|py|txt|yaml|yml)$
39+
exclude: \.vhd$
4040
#- id: fix-byte-order-marker
4141
- id: mixed-line-ending
4242
files: \.(java|md|py|txt|yaml|yml)$

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,4 +624,3 @@ Within the utils/src/main/java/org/apache/commons/httpclient/contrib/ssl directo
624624
from The Apache Software Foundation http://www.apache.org/
625625
EasySSLProtocolSocketFactory.java
626626
EasyX509TrustManager.java
627-

api/src/main/resources/META-INF/cloudstack/api-planner/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
name=api-planner
18-
parent=planner
18+
parent=planner

core/src/main/resources/META-INF/cloudstack/allocator/spring-core-allocator-context.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131

3232
<bean id="usageEventUtils" class="com.cloud.event.UsageEventUtils" />
3333

34-
</beans>
34+
</beans>

core/src/main/resources/META-INF/cloudstack/allocator/spring-core-lifecycle-allocator-context-inheritable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
value="com.cloud.consoleproxy.ConsoleProxyAllocator" />
4242
</bean>
4343

44-
</beans>
44+
</beans>

core/src/main/resources/META-INF/cloudstack/cloudstack/direct-download/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
#
1919

2020
name=direct-download
21-
parent=backend
21+
parent=backend

core/src/main/resources/META-INF/cloudstack/core/spring-core-lifecycle-core-context-inheritable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
<property name="typeClass" value="org.apache.cloudstack.userdata.UserDataProvider" />
4646
</bean>
4747

48-
</beans>
48+
</beans>

core/src/main/resources/META-INF/cloudstack/kubernetes/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
#
1919

2020
name=kubernetes
21-
parent=compute
21+
parent=compute

core/src/main/resources/META-INF/cloudstack/planner/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
#
1919

2020
name=planner
21-
parent=allocator
21+
parent=allocator

debian/cloudstack-cli.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
16-
# under the License.
16+
# under the License.

0 commit comments

Comments
 (0)