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
8ae354bd
Commit
8ae354bd
authored
Aug 08, 2013
by
yoogx
Browse files
* Minor reformatting
parent
2de32618
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/instance/ocarina-instances-components.adb
View file @
8ae354bd
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2005-2009 Telecom ParisTech, 2010-201
2
ESA & ISAE. --
-- Copyright (C) 2005-2009 Telecom ParisTech, 2010-201
3
ESA & ISAE. --
-- --
-- Ocarina is free software; you can redistribute it and/or modify --
-- it under terms of the GNU General Public License as published by the --
...
...
@@ -212,9 +212,7 @@ package body Ocarina.Instances.Components is
-- Instantiate the component type
New_Instance
:=
Instantiate_Component
(
Instance_Root
,
Component_Type
,
New_Instance
);
(
Instance_Root
,
Component_Type
,
New_Instance
);
end
;
end
if
;
...
...
@@ -414,8 +412,8 @@ package body Ocarina.Instances.Components is
if
Present
(
Parent
(
Component
))
then
declare
The_Parent
:
constant
Node_Id
:=
ATE
.
Get_Referenced_Entity
(
Parent
(
Component
));
(
Parent
(
Component
));
begin
-- Annotate the parent component with the current
-- component.
...
...
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