Formatting cleanups, doc updates and whatnot
Change-Id: Ica8298353be22f947c8e8a03d8dc29ded9cb26dd
diff --git a/lib/rpc_backend b/lib/rpc_backend
index d08cb01..7d165a4 100644
--- a/lib/rpc_backend
+++ b/lib/rpc_backend
@@ -17,8 +17,9 @@
XTRACE=$(set +o | grep xtrace)
set +o xtrace
-# Entry Points
-# ------------
+
+# Functions
+# ---------
# Make sure we only have one rpc backend enabled.
# Also check the specified rpc backend is available on your platform.
@@ -157,6 +158,7 @@
( ! ([[ "$DISTRO" = "oneiric" ]] || is_suse) )
}
+
# Restore xtrace
$XTRACE