Fixed format errors in the build

Change-Id: I5c274fa52abef0634fc80037d192b269959a757a
Signed-off-by: Ninad Palsule <ninad@linux.ibm.com>
diff --git a/Documentation/protocol.md b/Documentation/protocol.md
index 14eb195..edd442c 100644
--- a/Documentation/protocol.md
+++ b/Documentation/protocol.md
@@ -303,8 +303,8 @@
 
 Assuming the registers are in a contiguous layout (this is not reflected in the
 hardware, but may be the abstraction presented by the associated kernel driver),
-the ABI is defined as follows, where the bytes in the range [2, 12] are
-available for command parameters and are defined on a per-command basis.
+the ABI is defined as follows, where the bytes in the range [2, 12] are available
+for command parameters and are defined on a per-command basis.
 
 ```
     0        7         15                    31
diff --git a/vpnor/test/tmpd.hpp b/vpnor/test/tmpd.hpp
index 38fb428..30739ef 100644
--- a/vpnor/test/tmpd.hpp
+++ b/vpnor/test/tmpd.hpp
@@ -30,8 +30,7 @@
   public:
     template <std::size_t N>
     VpnorRoot(struct backend* backend, const std::string (&toc)[N],
-              size_t blockSize) :
-        backend(backend)
+              size_t blockSize) : backend(backend)
     {
         char tmplt[] = "/tmp/vpnor_root.XXXXXX";
         char* tmpdir = mkdtemp(tmplt);