Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
36aeb6dc
Commit
36aeb6dc
authored
Oct 04, 2013
by
yoogx
Browse files
* Minor reformatting
parent
f17fd02e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/model/ocarina-analyzer-aadl-semantics.adb
View file @
36aeb6dc
...
...
@@ -263,6 +263,7 @@ package body Ocarina.Analyzer.AADL.Semantics is
or
else
Kind
(
Container
)
=
K_Feature_Group_Type
then
Pack_Container
:=
Namespace
(
Container
);
elsif
Kind
(
Container
)
=
K_Subcomponent
or
else
Kind
(
Container
)
=
K_Port_Spec
or
else
Kind
(
Container
)
=
K_Parameter
...
...
@@ -271,6 +272,7 @@ package body Ocarina.Analyzer.AADL.Semantics is
or
else
Kind
(
Container
)
=
K_Connection
then
Pack_Container
:=
Namespace
(
Container_Component
(
Container
));
elsif
Kind
(
Container
)
=
K_Package_Specification
then
Pack_Container
:=
Container
;
end
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