Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
d06a8c0d
Commit
d06a8c0d
authored
Apr 17, 2003
by
Leigh B. Stoller
Browse files
Remove whitespace so that assign won't core dump.
Yep, years from now someone will look at this commit and wonder.
parent
5e81e987
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/assign_wrapper.in
View file @
d06a8c0d
...
...
@@ -673,9 +673,9 @@ foreach $lan (keys(%lans)) {
$portbw
{
$nodeport1
}
=
$S100Mbs
;
}
else
{
print
TOPFILE
"
link linksimple/
$lan
/
$nodeport0
,
$nodeport1
"
.
"
$node0
$node1
";
"
$node0
$node1
";
if
(
$emulated
)
{
print
TOPFILE
max
(
$bw
,
$rbw
)
.
"
0 0 emulated
";
print
TOPFILE
"
"
.
max
(
$bw
,
$rbw
)
.
"
0 0 emulated
";
}
else
{
print
TOPFILE
"
$bandwidth
0 0
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment