From a14f66ecd712666d81f6e90cbf303ae03522a6c1 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 9 Oct 2014 22:11:23 +0200 Subject: [PATCH] Add missing \n at the end of file Change-Id: I3abad7553e581b5252623238e1c625e979893dde --- apiary.apib | 2 +- barbican/model/migration/alembic_migrations/README | 2 +- docs/includewars.xml | 2 +- docs/pom.xml | 2 +- docs/src/docbkx/chapters/rbac.xml | 2 +- docs/src/docbkx/samples/reqAuthenticate.json | 2 +- docs/src/docbkx/samples/reqCreateOrder.json | 2 +- docs/src/docbkx/samples/reqCreateSecret.json | 2 +- docs/src/docbkx/samples/reqUpdateSecret.json | 2 +- docs/src/docbkx/samples/resAuthenticate.json | 2 +- docs/src/docbkx/samples/resCreateSecret.json | 2 +- docs/src/wadl/samples/reqCreateSecret.json | 2 +- docs/src/wadl/samples/reqGetOrderinfo.json | 2 +- docs/src/wadl/samples/reqGetOrders.json | 2 +- docs/src/wadl/samples/reqGetSecretinfo.json | 2 +- docs/src/wadl/samples/reqGetSecrets.json | 2 +- docs/src/wadl/samples/resCreateOrder.json | 2 +- docs/src/wadl/samples/resCreateSecret.json | 2 +- docs/src/wadl/samples/resGetOrderinfo.json | 2 +- docs/src/wadl/samples/resGetOrders.json | 2 +- docs/src/wadl/samples/resUpdateSecret.json | 2 +- docs/src/wadl/samples/resgetSecretinfo.json | 2 +- docs/src/wadl/samples/resgetSecrets.json | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/apiary.apib b/apiary.apib index be3830f43..fe41a91bc 100644 --- a/apiary.apib +++ b/apiary.apib @@ -50,4 +50,4 @@ This resource allows you to submit payment information to process your *shopping POST /payment { "cc": "12345678900", "cvc": "123", "expiry": "0112" } < 200 -{ "receipt": "/payment/receipt/1" } \ No newline at end of file +{ "receipt": "/payment/receipt/1" } diff --git a/barbican/model/migration/alembic_migrations/README b/barbican/model/migration/alembic_migrations/README index 98e4f9c44..2500aa1bc 100644 --- a/barbican/model/migration/alembic_migrations/README +++ b/barbican/model/migration/alembic_migrations/README @@ -1 +1 @@ -Generic single-database configuration. \ No newline at end of file +Generic single-database configuration. diff --git a/docs/includewars.xml b/docs/includewars.xml index 7cedda0a6..68ff42d17 100644 --- a/docs/includewars.xml +++ b/docs/includewars.xml @@ -12,4 +12,4 @@ - \ No newline at end of file + diff --git a/docs/pom.xml b/docs/pom.xml index 41870feee..54bbca7c8 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -70,4 +70,4 @@ - \ No newline at end of file + diff --git a/docs/src/docbkx/chapters/rbac.xml b/docs/src/docbkx/chapters/rbac.xml index 86f8dfe77..08fa2b813 100644 --- a/docs/src/docbkx/chapters/rbac.xml +++ b/docs/src/docbkx/chapters/rbac.xml @@ -189,4 +189,4 @@ access is granted > the Knowledge Center article. - \ No newline at end of file + diff --git a/docs/src/docbkx/samples/reqAuthenticate.json b/docs/src/docbkx/samples/reqAuthenticate.json index 32c6a4b75..c3a6840b5 100644 --- a/docs/src/docbkx/samples/reqAuthenticate.json +++ b/docs/src/docbkx/samples/reqAuthenticate.json @@ -5,4 +5,4 @@ curl -i 'http://endpointURL/v2.0/tokens' -X 'POST' \ "password":"devstack"}}}' \ -H "Accept: application/json" -H "Content-Type: - application/json" | python -m json.tool \ No newline at end of file + application/json" | python -m json.tool diff --git a/docs/src/docbkx/samples/reqCreateOrder.json b/docs/src/docbkx/samples/reqCreateOrder.json index 1b66d519b..5800e287a 100644 --- a/docs/src/docbkx/samples/reqCreateOrder.json +++ b/docs/src/docbkx/samples/reqCreateOrder.json @@ -10,4 +10,4 @@ curl -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' - } } }'\ - https://endpointURL/v1/orders \ No newline at end of file + https://endpointURL/v1/orders diff --git a/docs/src/docbkx/samples/reqCreateSecret.json b/docs/src/docbkx/samples/reqCreateSecret.json index 60de4351b..6c45bce31 100644 --- a/docs/src/docbkx/samples/reqCreateSecret.json +++ b/docs/src/docbkx/samples/reqCreateSecret.json @@ -9,4 +9,4 @@ curl -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' - "payload_content_type": "application/octet-stream", "payload_content_encoding": "base64" }'\ - https://endpointURL/v1/secrets \ No newline at end of file + https://endpointURL/v1/secrets diff --git a/docs/src/docbkx/samples/reqUpdateSecret.json b/docs/src/docbkx/samples/reqUpdateSecret.json index 5da5cd7d6..189fbff63 100644 --- a/docs/src/docbkx/samples/reqUpdateSecret.json +++ b/docs/src/docbkx/samples/reqUpdateSecret.json @@ -4,4 +4,4 @@ curl -X PUT -H 'Content-Type: application/json' -H 'Accept: application/json' -H "payload_content_type": "application/octet-stream", "payload_content_encoding": "base64" }'\ - https://endpointURL/v1/secrets/secretID \ No newline at end of file + https://endpointURL/v1/secrets/secretID diff --git a/docs/src/docbkx/samples/resAuthenticate.json b/docs/src/docbkx/samples/resAuthenticate.json index 8c0b8ae67..7194c9257 100644 --- a/docs/src/docbkx/samples/resAuthenticate.json +++ b/docs/src/docbkx/samples/resAuthenticate.json @@ -17,4 +17,4 @@ Date: Thu, 8 Aug 2013 18:45:13 GMT "name":"admin" } }, - } \ No newline at end of file + } diff --git a/docs/src/docbkx/samples/resCreateSecret.json b/docs/src/docbkx/samples/resCreateSecret.json index 93d1f23ec..db939232a 100644 --- a/docs/src/docbkx/samples/resCreateSecret.json +++ b/docs/src/docbkx/samples/resCreateSecret.json @@ -12,4 +12,4 @@ "mode": "cbc" }, "order_ref": "https://endpointURL/v1/orders/4a20549c-b418-4548-b2d1-33016d88822d" -} \ No newline at end of file +} diff --git a/docs/src/wadl/samples/reqCreateSecret.json b/docs/src/wadl/samples/reqCreateSecret.json index 9cb67d358..638ac08cb 100644 --- a/docs/src/wadl/samples/reqCreateSecret.json +++ b/docs/src/wadl/samples/reqCreateSecret.json @@ -7,4 +7,4 @@ curl http://endpointURL/v1/secrets -H 'Content-Type: application/json' -H 'Accep "mode": "cbc", "payload": "secretsecretsecret", "payload_content_type": "text/plain" - }' \ No newline at end of file + }' diff --git a/docs/src/wadl/samples/reqGetOrderinfo.json b/docs/src/wadl/samples/reqGetOrderinfo.json index 2069481b5..ea05cc37e 100644 --- a/docs/src/wadl/samples/reqGetOrderinfo.json +++ b/docs/src/wadl/samples/reqGetOrderinfo.json @@ -1,2 +1,2 @@ curl -H 'Accept: application/json' -H 'X-Project-Id:12345'\ -https://endpointURL/v1/orders/62d57f53-ecfe-4ae4-87bd-fab2f24e29bc \ No newline at end of file +https://endpointURL/v1/orders/62d57f53-ecfe-4ae4-87bd-fab2f24e29bc diff --git a/docs/src/wadl/samples/reqGetOrders.json b/docs/src/wadl/samples/reqGetOrders.json index 4345e4786..9e75be4ca 100644 --- a/docs/src/wadl/samples/reqGetOrders.json +++ b/docs/src/wadl/samples/reqGetOrders.json @@ -1,2 +1,2 @@ curl -H 'Accept: application/json' -H 'X-Project-Id:12345'\ -https://endpointURL/v1/orders \ No newline at end of file +https://endpointURL/v1/orders diff --git a/docs/src/wadl/samples/reqGetSecretinfo.json b/docs/src/wadl/samples/reqGetSecretinfo.json index 91c024d14..fa5c623f9 100644 --- a/docs/src/wadl/samples/reqGetSecretinfo.json +++ b/docs/src/wadl/samples/reqGetSecretinfo.json @@ -1,2 +1,2 @@ curl -H 'Accept: application/json' -H 'X-Project-Id:12345'\ -https://endpointURL/v1/secrets/secretID/888b29a4-c7cf-49d0-bfdf-bd9e6f26d718 \ No newline at end of file +https://endpointURL/v1/secrets/secretID/888b29a4-c7cf-49d0-bfdf-bd9e6f26d718 diff --git a/docs/src/wadl/samples/reqGetSecrets.json b/docs/src/wadl/samples/reqGetSecrets.json index 48e6405c9..ba376f854 100644 --- a/docs/src/wadl/samples/reqGetSecrets.json +++ b/docs/src/wadl/samples/reqGetSecrets.json @@ -1,2 +1,2 @@ curl -H 'Accept: application/json' -H 'X-Project-Id: 12345' \ -https://endpointURL/v1/secrets \ No newline at end of file +https://endpointURL/v1/secrets diff --git a/docs/src/wadl/samples/resCreateOrder.json b/docs/src/wadl/samples/resCreateOrder.json index ef2fb1769..d1a273835 100644 --- a/docs/src/wadl/samples/resCreateOrder.json +++ b/docs/src/wadl/samples/resCreateOrder.json @@ -1,3 +1,3 @@ { "order_ref": "http://endpointURL/v1/orders/62d57f53-ecfe-4ae4-87bd-fab2f24e29bc" -} \ No newline at end of file +} diff --git a/docs/src/wadl/samples/resCreateSecret.json b/docs/src/wadl/samples/resCreateSecret.json index 2a2833368..a68b6e596 100644 --- a/docs/src/wadl/samples/resCreateSecret.json +++ b/docs/src/wadl/samples/resCreateSecret.json @@ -1,3 +1,3 @@ { "secret_ref": "http://endpointURL/v1/secrets/94dc45d8-5232-4be7-8263-9ceeda7410a0" -} \ No newline at end of file +} diff --git a/docs/src/wadl/samples/resGetOrderinfo.json b/docs/src/wadl/samples/resGetOrderinfo.json index de67433a4..09c51aaed 100644 --- a/docs/src/wadl/samples/resGetOrderinfo.json +++ b/docs/src/wadl/samples/resGetOrderinfo.json @@ -11,4 +11,4 @@ "bit_length": 256, "mode": "cbc" }, - "order_ref": "https://endpointURL/v1/orders/b63d2c05-5d53-4db6-af06-4e388044deb8" \ No newline at end of file + "order_ref": "https://endpointURL/v1/orders/b63d2c05-5d53-4db6-af06-4e388044deb8" diff --git a/docs/src/wadl/samples/resGetOrders.json b/docs/src/wadl/samples/resGetOrders.json index fcc2bf24d..7af998839 100644 --- a/docs/src/wadl/samples/resGetOrders.json +++ b/docs/src/wadl/samples/resGetOrders.json @@ -53,4 +53,4 @@ "type": "key" } ], - "next": "https://endpointURL/v1/orders?limit=10&offset=10" \ No newline at end of file + "next": "https://endpointURL/v1/orders?limit=10&offset=10" diff --git a/docs/src/wadl/samples/resUpdateSecret.json b/docs/src/wadl/samples/resUpdateSecret.json index 6fd4f92f3..1896072a3 100644 --- a/docs/src/wadl/samples/resUpdateSecret.json +++ b/docs/src/wadl/samples/resUpdateSecret.json @@ -1,3 +1,3 @@ HTTP/1.1 200 OK Content-Length: 0 -x-openstack-request-id: req-ab107dce-adfd-4b8d-b9eb-7095f8cf9b15 \ No newline at end of file +x-openstack-request-id: req-ab107dce-adfd-4b8d-b9eb-7095f8cf9b15 diff --git a/docs/src/wadl/samples/resgetSecretinfo.json b/docs/src/wadl/samples/resgetSecretinfo.json index 40d8debe0..55bc8c4ef 100644 --- a/docs/src/wadl/samples/resgetSecretinfo.json +++ b/docs/src/wadl/samples/resgetSecretinfo.json @@ -11,4 +11,4 @@ "mode": "cbc", "bit_length": 256, "expiration": "2014-05-28T19:14:44.180394" -} \ No newline at end of file +} diff --git a/docs/src/wadl/samples/resgetSecrets.json b/docs/src/wadl/samples/resgetSecrets.json index e9694df92..6ee8cafff 100644 --- a/docs/src/wadl/samples/resgetSecrets.json +++ b/docs/src/wadl/samples/resgetSecrets.json @@ -32,4 +32,4 @@ "total": 4, "next": "http://endpointURL/v1/secrets?limit=2&offset=3", "previous": "http://endpointURL/v1/secrets?limit=2&offset=0" -} \ No newline at end of file +}