mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 11:41:26 +00:00
scstadmin: Restrict a source code line to 80 columns
This patch does not change any functionality. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7947 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3671,8 +3671,8 @@ sub listAttributes {
|
||||
}
|
||||
}
|
||||
|
||||
printf("\t%-*s %-*s %-*s %-*s\n", $l_attr, 'Attribute', $l_value,
|
||||
'Value', 9, 'Writable', 3, 'KEY');
|
||||
printf("\t%-*s %-*s %-*s %-*s\n", $l_attr, 'Attribute',
|
||||
$l_value, 'Value', 9, 'Writable', 3, 'KEY');
|
||||
print "\t";
|
||||
for (my $x = 0; $x < ($l_attr + $l_value + 27); $x++) {
|
||||
print "-";
|
||||
|
||||
Reference in New Issue
Block a user