aboutsummaryrefslogtreecommitdiff
path: root/fbench.c
diff options
context:
space:
mode:
authorSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:43 -0500
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:43 -0500
commit7aeb5ac87c6105bd8fcc9b1fd12e37ba1550f587 (patch)
treecab8ef3e10d3a33a2033538b6088e107f0a86dcd /fbench.c
parenta9d469b1b48a8446dc9b9fd987b6af83a60ed796 (diff)
Import Upstream version 0.4.2.2
Diffstat (limited to 'fbench.c')
-rw-r--r--fbench.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/fbench.c b/fbench.c
index 2b4501d8..20f01a35 100644
--- a/fbench.c
+++ b/fbench.c
@@ -269,7 +269,7 @@ static double spectral_line[9];
static double s[max_surfaces][5];
static double od_sa[2][2];
-/*static char outarr[8][80];*/ /* Computed output of program goes here */
+ /*static char outarr[8][80];*//* Computed output of program goes here */
int itercount; /* The iteration counter for the main loop
in the program is made global so that
@@ -736,9 +736,10 @@ void fbench()
}
#ifdef __FBENCH_TEST__
-int main(void) {
- fbench();
+int main(void)
+{
+ fbench();
- return 0;
+ return 0;
}
#endif