mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
eeshow/: fix some whitespace issues
- trailing space - space before semicolon - indentation with spaces instead of tabs (copy & paste)
This commit is contained in:
@@ -84,7 +84,7 @@ while read line; do
|
||||
|
||||
$quiet || echo "$file" 1>&2
|
||||
./eeshow $libs `dirname "$1"`/$file \
|
||||
-- fig $template "TITLE=$name" NUMBER=$num |
|
||||
-- fig $template "TITLE=$name" NUMBER=$num |
|
||||
fig2dev -L pdf >_tmp.pdf
|
||||
pdfunite "$out" _tmp.pdf _tmp2.pdf
|
||||
mv _tmp2.pdf "$out"
|
||||
|
||||
Reference in New Issue
Block a user