From d17bc10c400706b385119ef224e7edc093759433 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 9 Oct 2014 22:06:49 +0200 Subject: [PATCH] Add missing \n at the end of file Change-Id: Id52a1b24c15ac25044a752e47474dc9ef4096208 --- doc/source/template_guide/cfn.rst | 2 +- doc/source/templates/index.rst | 2 +- etc/heat/api-paste.ini | 2 +- heat_integrationtests/README.rst | 2 +- heat_integrationtests/generate_sample.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/template_guide/cfn.rst b/doc/source/template_guide/cfn.rst index c7f3a213cf..1ffb5e669f 100644 --- a/doc/source/template_guide/cfn.rst +++ b/doc/source/template_guide/cfn.rst @@ -13,4 +13,4 @@ CloudFormation Compatible Resource Types ---------------------------------------- -.. resourcepages:: AWS:: \ No newline at end of file +.. resourcepages:: AWS:: diff --git a/doc/source/templates/index.rst b/doc/source/templates/index.rst index 20a07c1ce8..024bc80d28 100644 --- a/doc/source/templates/index.rst +++ b/doc/source/templates/index.rst @@ -27,4 +27,4 @@ CFN Templates .. toctree:: :maxdepth: 1 - cfn/WordPress_Single_Instance \ No newline at end of file + cfn/WordPress_Single_Instance diff --git a/etc/heat/api-paste.ini b/etc/heat/api-paste.ini index 42260da72e..509d40a601 100644 --- a/etc/heat/api-paste.ini +++ b/etc/heat/api-paste.ini @@ -101,4 +101,4 @@ paste.filter_factory = heat.openstack.common.middleware.request_id:RequestIdMidd [filter:osprofiler] paste.filter_factory = osprofiler.web:WsgiMiddleware.factory hmac_keys = SECRET_KEY -enabled = yes \ No newline at end of file +enabled = yes diff --git a/heat_integrationtests/README.rst b/heat_integrationtests/README.rst index effdbcc3fe..233a77b98f 100644 --- a/heat_integrationtests/README.rst +++ b/heat_integrationtests/README.rst @@ -23,4 +23,4 @@ to: and make any required configuration changes before running: - tox -eintegration \ No newline at end of file + tox -eintegration diff --git a/heat_integrationtests/generate_sample.sh b/heat_integrationtests/generate_sample.sh index 79bc1198ae..9f862af46c 100755 --- a/heat_integrationtests/generate_sample.sh +++ b/heat_integrationtests/generate_sample.sh @@ -24,4 +24,4 @@ pushd $DIR/.. PYTHONPATH=. python -m heat_integrationtests.common.config \ heat_integrationtests/common/config.py \ > heat_integrationtests/heat_integrationtests.conf.sample -popd \ No newline at end of file +popd