From 7325f8552b892cb76a9afc0cf4bf142f060fdcf4 Mon Sep 17 00:00:00 2001
From: Richard Soderberg <rsoderberg@gmail.com>
Date: Mon, 2 Apr 2012 00:20:39 -0700
Subject: [PATCH] fix newlines for consistency with existing documentation

---
 docs/AWS_DEPLOYMENT.md  | 3 ---
 docs/DEPLOYMENT.md      | 2 --
 docs/LOAD_GENERATION.md | 1 -
 docs/TESTING.md         | 2 +-
 4 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/docs/AWS_DEPLOYMENT.md b/docs/AWS_DEPLOYMENT.md
index 0dcdc42e8..130e68f89 100644
--- a/docs/AWS_DEPLOYMENT.md
+++ b/docs/AWS_DEPLOYMENT.md
@@ -76,7 +76,6 @@ going to deploy.  Once chosen, invoke deploy.js like this:
         "ipAddress": "184.73.84.132"
     }
 
-
 The output contains instructions for use.  Note that every occurance of 
 `some_name_i_chose` will be replaced with the name *YOU* chose.
 
@@ -106,7 +105,6 @@ branch:
 
     $ git push -f some_name_i_chose myotherbranch:master
 
-
 ## Seeing what VMs you have running
 
     $ scripts/deploy.js list
@@ -148,4 +146,3 @@ access to:
 Feel free to start a new server, and ssh in as `app` to explore all of the
 configuration.  An attempt has been made to isolate as much configuration 
 under this user's account as possible.
-
diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md
index 892a3b243..dbe79f910 100644
--- a/docs/DEPLOYMENT.md
+++ b/docs/DEPLOYMENT.md
@@ -299,5 +299,3 @@ create a file as root at `/etc/logrotate.d/browserid`:
 Now your logfiles will be automatically rotated.
 
 easy, right?
-
-
diff --git a/docs/LOAD_GENERATION.md b/docs/LOAD_GENERATION.md
index 83fa72b68..ac798ed1e 100644
--- a/docs/LOAD_GENERATION.md
+++ b/docs/LOAD_GENERATION.md
@@ -62,4 +62,3 @@ could account for browser caching here with another factor).
 
 The result of this is a description of each activity in terms of network
 transactions that can be expressed in code.   
-
diff --git a/docs/TESTING.md b/docs/TESTING.md
index 3a8273ad1..1578e0939 100644
--- a/docs/TESTING.md
+++ b/docs/TESTING.md
@@ -2,4 +2,4 @@ Developer tests should be run before commiting code. There are two test suites.
 
   # `npm test`
 
-  # Load http://localhost:10002/test/index.html into a world wide web browser
\ No newline at end of file
+  # Load http://localhost:10002/test/index.html into a world wide web browser
-- 
GitLab