Browse Source

Fix trailing spaces

master
Maxim Likhachev 6 years ago
parent
commit
d4e2a42107
  1. 12
      makeTclKit.tcl

12
makeTclKit.tcl

@ -1,7 +1,7 @@
#!/usr/bin/env tclsh #!/usr/bin/env tclsh
#Создан: Ср 29 июн 2011 22:35:00 #Создан: Ср 29 июн 2011 22:35:00
#Изменён: Пн 14 апр 2014 22:42:56 #Изменён: Сб 19 окт 2019 06:04:57
#****F* main/nprs ***************************************************** #****F* main/nprs *****************************************************
# #
@ -12,16 +12,16 @@
# Copyright (C) 2011-2014, Likhachev Maxim, mail@domain.com # Copyright (C) 2011-2014, Likhachev Maxim, mail@domain.com
# #
# LICENSE # LICENSE
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free # under the terms of the GNU General Public License as published by the Free
# Software Foundation, version 3. # Software Foundation, version 3.
# #
# This program is distributed in the hope that it will be useful, # This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
@ -50,7 +50,7 @@ namespace eval package {
proc whereis? {package} { proc whereis? {package} {
lindex [package ifneeded $package [package require $package]] 1 lindex [package ifneeded $package [package require $package]] 1
} }
#Copying package in local directory #Copying package in local directory
proc copy {package _to directory} { proc copy {package _to directory} {
if {"$package" eq "sqlite3"} { if {"$package" eq "sqlite3"} {
@ -165,7 +165,7 @@ proc fileNotFound {filetype directory filename} {
[string repeat { } [expr $posUI - $posArch - 3]] |" [string repeat { } [expr $posUI - $posArch - 3]] |"
puts " UI [string repeat {-} $posUI]--+\n" puts " UI [string repeat {-} $posUI]--+\n"
puts " All tclkit wrappers can be found on tclkit web page: http://equi4.com/pub/tk/downloads.html\n" puts " All tclkit wrappers can be found on tclkit web page: http://equi4.com/pub/tk/downloads.html\n"
exit 1 exit 1
} }

Loading…
Cancel
Save