Skip to content

Commit ec5aa04

Browse files
formatting
1 parent c97738c commit ec5aa04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flang/include/flang/Semantics/symbol.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,15 +836,13 @@ class Symbol {
836836
using Flags = common::EnumSet<Flag, Flag_enumSize>;
837837

838838
const Scope &owner() const { return *owner_; }
839-
840839
const SourceName &name() const {
841840
if (const auto *details = detailsIf<MainProgramDetails>()) {
842841
// For main program symbol always return the original name
843842
return details->name();
844843
}
845844
return name_;
846845
}
847-
848846
Attrs &attrs() { return attrs_; }
849847
const Attrs &attrs() const { return attrs_; }
850848
Attrs &implicitAttrs() { return implicitAttrs_; }

0 commit comments

Comments
 (0)