Fix syntax of doc-tools-check-languages.conf

Remove extra white spaces that is a syntax error in bash.

Change-Id: Ie912f27b4d2db52b26c5ea5a5d0632187d67a3de
This commit is contained in:
Andreas Jaeger 2015-06-18 08:55:57 +02:00
parent f53d29a0dd
commit 7806890235

View File

@ -41,5 +41,5 @@ declare -A SPECIAL_BOOKS=(
# Skip guide while it's moved to RST. # Skip guide while it's moved to RST.
["install-guide-rst"]="skip" ["install-guide-rst"]="skip"
# This needs special handling, handle it with the RST tools. # This needs special handling, handle it with the RST tools.
["common-rst"] = "RST" ["common-rst"]="RST"
) )