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
ISC Open Source Projects
Kea
Commits
e6e3ba73
Commit
e6e3ba73
authored
Feb 18, 2011
by
JINMEI Tatuya
Browse files
[trac61] removed a trailing white space after EOL
parent
301cadd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/dnssectime.cc
View file @
e6e3ba73
...
...
@@ -166,7 +166,7 @@ timeFromText64(const string& time_txt) {
for
(
int
i
=
0
;
i
<
time_txt
.
length
();
++
i
)
{
if
(
!
isdigit
(
time_txt
.
at
(
i
)))
{
isc_throw
(
InvalidTime
,
"Couldn't convert non-numeric time value: "
<<
time_txt
);
<<
time_txt
);
}
}
...
...
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