Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
f0053de7
Commit
f0053de7
authored
Aug 30, 2016
by
Maxime Perrotin
Browse files
Cosmetic
parent
f0a9eef2
Pipeline
#1177
skipped
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
c/build_vdm_skeletons.c
View file @
f0053de7
...
@@ -126,12 +126,15 @@ void add_pi_to_vdm_gw(Interface * i)
...
@@ -126,12 +126,15 @@ void add_pi_to_vdm_gw(Interface * i)
free
(
out
);
free
(
out
);
}
}
else
{
else
{
fprintf
(
interface
,
" ==> ()
\n
"
);
fprintf
(
interface
,
" ==> ()"
);
if
(
NULL
!=
user_code
)
{
fprintf
(
user_code
,
" ==> ()"
);
}
}
}
fprintf
(
interface
,
fprintf
(
interface
,
"
\n
"
"
\n
"
"%s%s == is subclass responsibility
\n\n
"
,
"
%s%s == is subclass responsibility
\n\n
"
,
i
->
name
,
i
->
name
,
NULL
!=
i
->
in
?
" (-)"
:
""
);
NULL
!=
i
->
in
?
" (-)"
:
""
);
...
...
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