Skip to content
GitLab
Menu
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
829da1cd
Commit
829da1cd
authored
Feb 27, 2017
by
Mike Hibler
Browse files
Fix a space-o that bugs me everytime I see it ("willbe" -> "will be").
parent
dd5e82cd
Changes
1
Show whitespace changes
Inline
Side-by-side
utils/prereserve.in
View file @
829da1cd
#!/usr/bin/perl -w
#
# Copyright (c) 2003-201
6
University of Utah and the Flux Group.
# Copyright (c) 2003-201
7
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -672,11 +672,11 @@ sub StartReservation($$)
#
# Someone else still has it, skip.
#
print
"
$node_id
is still reserved to project
$curpid
,
will
"
.
"
be done later.
\n
"
print
"
$node_id
is still reserved to project
$curpid
,
"
.
"
will
be done later.
\n
"
if
(
defined
(
$curpid
));
print
"
$node_id
is still pre-reserved to project
$rpid
,
will
"
.
"
be done later.
\n
"
print
"
$node_id
is still pre-reserved to project
$rpid
,
"
.
"
will
be done later.
\n
"
if
(
defined
(
$rpid
));
next
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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