From 671bf250f5f08fbb9e8a9fd2d7fb5c7a63dd00c3 Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 21 Aug 2016 19:46:19 +0200 Subject: [PATCH] Run through clang-format. --- util/ego/share/go.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/util/ego/share/go.h b/util/ego/share/go.h index 86c56f246..9e07bdb89 100644 --- a/util/ego/share/go.h +++ b/util/ego/share/go.h @@ -9,8 +9,7 @@ * */ - -extern go(); /* ( int argc; char *argv[]; +extern go(); /* ( int argc; char *argv[]; * int (*initialize)(); int (*optimize)(); * int (*phase_machinit)(); int (*proc_flag)() ) * This is the main driving routine of the optimizer. @@ -26,14 +25,14 @@ extern go(); /* ( int argc; char *argv[]; * and 'optimize' is called with the current procedure * as parameter. */ -extern no_action(); /* () +extern no_action(); /* () * Parameter to be supplied for e.g. 'initialize' if * no action is required. */ -extern core_usage(); /* () +extern core_usage(); /* () * Report core usage, if core_flag is set. */ -extern report(); /* ( char *s; int n) +extern report(); /* ( char *s; int n) * Report number of optimizations found, if * report_flag is set */ -- 2.34.1