Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Tiger
nolimips
Commits
887ad265
Commit
887ad265
authored
Nov 24, 2016
by
Etienne Renault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/task/task_register.cc
src/task/task_register.cc
+3
-3
No files found.
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
Markdown
is supported
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