Fix a minor documentation formatting bug

Change-Id: I2294e51d51e41a51c24630eeb49243e945faadfe
diff --git a/docs/source/building.rst b/docs/source/building.rst
index b276baa..855d2f2 100644
--- a/docs/source/building.rst
+++ b/docs/source/building.rst
@@ -339,7 +339,7 @@
  with ``<t>``.
 
 Options controlling Ceres configuration
---------------------
+---------------------------------------
 
 #. ``LAPACK [Default: ON]``: By default Ceres will use ``LAPACK`` (&
    ``BLAS``) if they are found.  Turn this ``OFF`` to build Ceres
@@ -391,9 +391,9 @@
 
 
 Options controlling Ceres dependency locations
---------------------
+----------------------------------------------
 
-Ceres uses the ``CMake`` 
+Ceres uses the ``CMake``
 `find_package <http://www.cmake.org/cmake/help/v2.8.12/cmake.html#command:find_package>`_
 function to find all of its dependencies using
 ``Find<DEPENDENCY_NAME>.cmake`` scripts which are either included in Ceres