aboutsummaryrefslogtreecommitdiffstats
path: root/dhrystone/dhry_2.c
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-07-02 10:50:54 +0200
committerClifford Wolf <clifford@clifford.at>2015-07-02 10:50:54 +0200
commitb6e8c15901fe13b3a1521a1ab3503534d3c9c0ee (patch)
tree8c3377a129465d5bd1f8cbccfd62169787a21a50 /dhrystone/dhry_2.c
parentc48a3b2434e239aa45462a41f2e216fa65b00932 (diff)
downloadpicorv32-b6e8c15901fe13b3a1521a1ab3503534d3c9c0ee.tar.gz
picorv32-b6e8c15901fe13b3a1521a1ab3503534d3c9c0ee.zip
Removed trailing whitespaces in dhrystone code
Diffstat (limited to 'dhrystone/dhry_2.c')
-rw-r--r--dhrystone/dhry_2.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/dhrystone/dhry_2.c b/dhrystone/dhry_2.c
index 63a3d3e..ac5be3b 100644
--- a/dhrystone/dhry_2.c
+++ b/dhrystone/dhry_2.c
@@ -3,9 +3,9 @@
*
* "DHRYSTONE" Benchmark Program
* -----------------------------
- *
+ *
* Version: C, Version 2.1
- *
+ *
* File: dhry_2.c (part 3 of 3)
*
* Date: May 25, 1988
@@ -41,10 +41,10 @@ Enumeration *Enum_Ref_Par;
*Enum_Ref_Par = Ident_4;
switch (Enum_Val_Par)
{
- case Ident_1:
+ case Ident_1:
*Enum_Ref_Par = Ident_1;
break;
- case Ident_2:
+ case Ident_2:
if (Int_Glob > 100)
/* then */
*Enum_Ref_Par = Ident_1;
@@ -54,7 +54,7 @@ Enumeration *Enum_Ref_Par;
*Enum_Ref_Par = Ident_2;
break;
case Ident_4: break;
- case Ident_5:
+ case Ident_5:
*Enum_Ref_Par = Ident_3;
break;
} /* switch */
@@ -63,7 +63,7 @@ Enumeration *Enum_Ref_Par;
Proc_7 (Int_1_Par_Val, Int_2_Par_Val, Int_Par_Ref)
/**********************************************/
- /* executed three times */
+ /* executed three times */
/* first call: Int_1_Par_Val == 2, Int_2_Par_Val == 3, */
/* Int_Par_Ref becomes 7 */
/* second call: Int_1_Par_Val == 10, Int_2_Par_Val == 5, */