From b59f6f696aa1f5bd8e69ac1db8e14553a473328b Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/developers/github/syncing_forks.rst --- docs/source/developers/github/syncing_forks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/developers/github/syncing_forks.rst b/docs/source/developers/github/syncing_forks.rst index 20b01fa98..364956f1c 100644 --- a/docs/source/developers/github/syncing_forks.rst +++ b/docs/source/developers/github/syncing_forks.rst @@ -8,7 +8,7 @@ Before the Syncing References: https://help.github.com/articles/syncing-a-fork/ -From time to time, your master branch will start to **fall behind** the upstream/master because changes are being pulled into the ``xcat2/xcat-core`` project from other developers. +From time to time, your master branch will start to **fall behind** the upstream/master because changes are being pulled into the ``xcat2/xcat-core`` project from other developers. .. image:: github-behind_master.png @@ -58,7 +58,7 @@ After the Syncing Your fork master branch should now be **even** with ``xcat2/xcat-core`` -.. image:: github-even_with_master.png +.. image:: github-even_with_master.png Unstashing work (optional)