diff options
author | jsseidel <jsseidel@fastmail.com> | 2017-09-15 10:43:14 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-15 15:08:55 +0000 |
commit | da2324a8a179b4d5f4c66182ab3069a6cd6f61b4 (patch) | |
tree | 838ab761a9b45f25fd84f1e63ce4e4be58acb72d /.gitmodules | |
parent | d40d97d1ffe5cf4e092d885f7d30aef9164f5977 (diff) |
Fixed indentation problems
Indentation problems were causing build failures. They
were the result of not having empty lines between
rst directives, like .. bash. Also, there was a
malformed line in .gitmodules of the same type.
Change-Id: I0cd51bd975ea1016d89053ab48ee0c433f43ae93
Issue-Id: DOC-78
Signed-off-by: jsseidel <jsseidel@fastmail.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 7b8ef2350..756acae9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,6 +40,6 @@ ignore = dirty [submodule "docs/submodules/dcaegen2.git"] path = docs/submodules/dcaegen2.git - ../dcaegen2 + url = ../dcaegen2 branch = . ignore = dirty |