Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
7fce2b2a
Commit
7fce2b2a
authored
Oct 29, 2004
by
Alexandre Duret-Lutz
Browse files
* src/misc/version.cc: Fix trailing whitespace.
* src/sanity/style.test: Diagnose trailing whitespace.
parent
8c0b085d
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7fce2b2a
2004-10-29 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/misc/version.cc: Fix trailing whitespace.
* src/sanity/style.test: Diagnose trailing whitespace.
* src/tgbatest/ltl2tgba.cc: Fix lines longer than 80 chars.
* src/sanity/80columns.test: Use expand to untabify, the previous
recipe was incomplete.
...
...
src/misc/version.cc
View file @
7fce2b2a
// Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6),
// Copyright (C) 2003
, 2004
Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
//
...
...
@@ -25,7 +25,7 @@ namespace spot
{
static
const
char
version_
[]
=
VERSION
;
const
char
*
const
char
*
version
()
{
return
version_
;
...
...
src/sanity/style.test
View file @
7fce2b2a
...
...
@@ -34,7 +34,10 @@ for dir in "${INCDIR-..}" "${INCDIR-..}"/../iface; do
fail
=
false
sed
's,//.*,,'
<
$file
>
$tmp
sed
's,[ ]*//.*,,'
<
$file
>
$tmp
grep
'[ ]$'
$tmp
&&
diag
'Trailing space or tab.'
grep
'[ ]if('
$tmp
&&
diag
'Missing space after "if"'
...
...
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