Skip to content

Commit a36801e

Browse files
committed
clang-format
1 parent abe0a57 commit a36801e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flang/include/flang/Runtime/execute.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ extern "C" {
2121
// 16.9.83 EXECUTE_COMMAND_LINE
2222
// Execute a command line.
2323
// Returns a EXITSTAT, CMDSTAT, and CMDMSG as described in the standard.
24-
void RTNAME(ExecuteCommandLine)(const Descriptor &command,
25-
bool wait = true, const Descriptor *exitstat = nullptr,
26-
const Descriptor *cmdstat = nullptr, const Descriptor *cmdmsg = nullptr,
27-
const char *sourceFile = nullptr, int line = 0);
24+
void RTNAME(ExecuteCommandLine)(const Descriptor &command, bool wait = true,
25+
const Descriptor *exitstat = nullptr, const Descriptor *cmdstat = nullptr,
26+
const Descriptor *cmdmsg = nullptr, const char *sourceFile = nullptr,
27+
int line = 0);
2828
}
2929
} // namespace Fortran::runtime
3030

0 commit comments

Comments
 (0)