Skip to content

Commit e8fa5b5

Browse files
committed
clang-format
1 parent e033565 commit e8fa5b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flang/include/flang/ISO_Fortran_binding.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,7 @@ typedef struct CFI_cdesc_t {
167167
RT_API_ATTRS inline bool HasAddendum() const {
168168
return extra & _CFI_ADDENDUM_FLAG;
169169
}
170-
RT_API_ATTRS inline void SetHasAddendum() {
171-
extra |= _CFI_ADDENDUM_FLAG;
172-
}
170+
RT_API_ATTRS inline void SetHasAddendum() { extra |= _CFI_ADDENDUM_FLAG; }
173171
RT_API_ATTRS inline int GetAllocIdx() const {
174172
return ((int)extra >> _CFI_ADDENDUM_BITS);
175173
}

0 commit comments

Comments
 (0)