diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-02-11 11:43:52 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-02-11 11:43:52 +0100 |
commit | 5f3ee106ad32e07e8d00513212eb0968a84b59a1 (patch) | |
tree | 7b06f6d041838734a579a5a28c729597e0f0d5a4 /doc/workflow.txt | |
parent | f0abb08d0ac46ca64dcb182dec5e55d7965440ba (diff) | |
download | ouroboros-5f3ee106ad32e07e8d00513212eb0968a84b59a1.tar.gz ouroboros-5f3ee106ad32e07e8d00513212eb0968a84b59a1.zip |
doc: Remove trailing whitespaces
Removes some trailing whitespace from the documentation. My editor was
setup incorrectly (new laptop).
Diffstat (limited to 'doc/workflow.txt')
-rw-r--r-- | doc/workflow.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/workflow.txt b/doc/workflow.txt index 5cfee900..ee4afb95 100644 --- a/doc/workflow.txt +++ b/doc/workflow.txt @@ -40,7 +40,7 @@ It contains the following branches: - testing: Contains tested version but may still contain bugs.
-- be: Contains untested but compiling code.
+- be: Contains untested but compiling code.
All new contributions are integrated into ‘be’ from forks of the main
git repository. Once a version of ‘be’ is tested enough, it is merged
@@ -115,4 +115,3 @@ tracker. Version 1.0 of Ouroboros will contain minimal functionality to have a RINA implementation. Pull requests containing non discussed
features will be automatically rejected and will revoke you the rights
to perform new pull requests.
-
|