From 408cfc1c4db4f93c94eab49b3d900f29b42a13ab Mon Sep 17 00:00:00 2001 From: vdonaldson <37090318+vdonaldson@users.noreply.github.com> Date: Tue, 30 Apr 2019 20:22:02 -0700 Subject: [PATCH] [flang] reformat Fortran.h (flang-compiler/f18#435) Original-commit: flang-compiler/f18@cdbb214339cb8a32b0a4258b0b51e6ba212540d0 Reviewed-on: https://github.com/flang-compiler/f18/pull/435 --- flang/lib/common/Fortran.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flang/lib/common/Fortran.h b/flang/lib/common/Fortran.h index a77de78..94407d1 100644 --- a/flang/lib/common/Fortran.h +++ b/flang/lib/common/Fortran.h @@ -42,14 +42,14 @@ ENUM_CLASS(RelationalOperator, LT, LE, EQ, NE, GE, GT) ENUM_CLASS(Intent, Default, In, Out, InOut) ENUM_CLASS(IoStmtKind, None, Backspace, Close, Endfile, Flush, Inquire, Open, - Print, Read, Rewind, Wait, Write); + Print, Read, Rewind, Wait, Write) // Union of specifiers for all I/O statements. -ENUM_CLASS(IoSpecKind, Access, Action, Advance, Asynchronous, Blank, - Decimal, Delim, Direct, Encoding, End, Eor, Err, Exist, File, Fmt, Form, - Formatted, Id, Iomsg, Iostat, Name, Named, Newunit, Nextrec, Nml, Number, - Opened, Pad, Pending, Pos, Position, Read, Readwrite, Rec, Recl, Round, - Sequential, Sign, Size, Status, Stream, Unformatted, Unit, Write, +ENUM_CLASS(IoSpecKind, Access, Action, Advance, Asynchronous, Blank, Decimal, + Delim, Direct, Encoding, End, Eor, Err, Exist, File, Fmt, Form, Formatted, + Id, Iomsg, Iostat, Name, Named, Newunit, Nextrec, Nml, Number, Opened, Pad, + Pending, Pos, Position, Read, Readwrite, Rec, Recl, Round, Sequential, Sign, + Size, Status, Stream, Unformatted, Unit, Write, Convert, // nonstandard Dispose, // nonstandard ) -- 2.7.4