Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
96232216
Commit
96232216
authored
Jan 08, 2016
by
yb9976
Browse files
Fix indentation.
parent
7deab70b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/entity_t.h
View file @
96232216
...
...
@@ -168,7 +168,7 @@ struct ir_entity {
mangling based on the name should happen */
ir_type
*
type
;
/**< The type of this entity */
ir_type
*
owner
;
/**< The compound type (e.g. class type) this
entity belongs to. */
entity belongs to. */
ENUMBF
(
ir_entity_kind
)
entity_kind
:
3
;
/**< entity kind */
ENUMBF
(
ir_linkage
)
linkage
:
7
;
/**< Linkage type */
ENUMBF
(
ir_volatility
)
volatility
:
1
;
/**< Volatility of entity content.*/
...
...
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