diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-24 22:28:42 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-24 22:28:42 -0700 |
commit | 35197044c7632b37322d15454589416fcdb7dc86 (patch) | |
tree | 349e417ae3bc6b2897ee0dba0c49baf335173508 | |
parent | e20dbae7ab37431928e8f0f6d18644d0a7bdcdb7 (diff) |
specs/Makefile.am: remove whitespace after line continuation chars
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | specs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am index 3b552c1..bb34170 100644 --- a/specs/Makefile.am +++ b/specs/Makefile.am @@ -27,7 +27,7 @@ dist_doc_DATA = $(doc_sources) \ AsciiSink.xml \ AsciiSource.xml \ AsciiText.xml \ - Box.xml \ + Box.xml \ CH1.xml \ CH2.xml \ CH3.xml \ @@ -46,7 +46,7 @@ dist_doc_DATA = $(doc_sources) \ Panner.xml \ Porthole.xml \ Repeater.xml \ - Scrollbar.xml \ + Scrollbar.xml \ SimpleMenu.xml \ Simple.xml \ SmeBSB.xml \ |