Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
nolimips
Commits
887ad265
Commit
887ad265
authored
Nov 24, 2016
by
Etienne Renault
Browse files
C++11 requires a space between string literal and macro
* src/task/task_register.cc: here.
parent
c853678c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/task/task_register.cc
View file @
887ad265
...
...
@@ -264,12 +264,12 @@ namespace task
TaskRegister
::
version
(
std
::
ostream
&
ostr
)
{
ostr
<<
PACKAGE
" ("
PACKAGE_NAME
") "
PACKAGE_VERSION
<<
std
::
endl
<<
PACKAGE
" ("
PACKAGE_NAME
") "
PACKAGE_VERSION
<<
std
::
endl
<<
"Written by Benoit Perrot."
<<
std
::
endl
<<
std
::
endl
<<
"Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2012 "
<<
"Benoit Perrot."
<<
std
::
endl
<<
PACKAGE
" comes with ABSOLUTELY NO WARRANTY."
<<
std
::
endl
<<
PACKAGE
" comes with ABSOLUTELY NO WARRANTY."
<<
std
::
endl
<<
"This is free software, and you are welcome to redistribute and "
<<
"modify it "
<<
std
::
endl
<<
"under certain conditions; see source for details."
...
...
@@ -330,7 +330,7 @@ namespace task
}
ostr
<<
std
::
endl
;
}
ostr
<<
"Reports bugs to "
PACKAGE_BUGREPORT
<<
std
::
endl
;
ostr
<<
"Reports bugs to "
PACKAGE_BUGREPORT
<<
std
::
endl
;
}
// Display tasks selection
...
...
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