FAQ: Fix a newline problem
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 19 Sep 2014 16:10:30 +0000 (01:10 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 19 Sep 2014 16:13:07 +0000 (01:13 +0900)
Fix a newline problem in commit dd63a57e55daddccbbd4f0bedfdc86b6827b6b1a
("FAQ: Add an entry about reconfiguration")

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
FAQ

diff --git a/FAQ b/FAQ
index f263a82..175a5ac 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -741,7 +741,8 @@ Q: It seems that Open vSwitch does nothing when I removed a port and
 
 A: It's an expected behaviour.
 
-   If del-port and add-port happen in a single OVSDB transaction as                your example, Open vSwitch always "skips" the intermediate steps.
+   If del-port and add-port happen in a single OVSDB transaction as
+   your example, Open vSwitch always "skips" the intermediate steps.
    Even if they are done in multiple transactions, it's still allowed
    for Open vSwitch to skip the intermediate steps and just implement
    the overall effect.  In both cases, your example would be turned