aboutsummaryrefslogtreecommitdiff
path: root/lib/dhry
diff options
context:
space:
mode:
authorMarek Vasut2024-07-13 15:19:22 +0200
committerTom Rini2024-07-15 12:12:18 -0600
commit2f8c004a5ae51b9b88479f3a728c564c021f50c5 (patch)
treea8b457a42581ce00d6400f0318558fe86e6788ce /lib/dhry
parentdc5e2057131fd90bb62bb8c6b92abdb86ae32624 (diff)
lib: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'lib/dhry')
-rw-r--r--lib/dhry/dhry.h2
-rw-r--r--lib/dhry/dhry_1.c6
-rw-r--r--lib/dhry/dhry_2.c5
3 files changed, 0 insertions, 13 deletions
diff --git a/lib/dhry/dhry.h b/lib/dhry/dhry.h
index 892c9ed73b8..bd95540eeb2 100644
--- a/lib/dhry/dhry.h
+++ b/lib/dhry/dhry.h
@@ -365,7 +365,6 @@
***************************************************************************
*/
-
/* Compiler and system dependent definitions: */
#ifndef TIME
@@ -432,7 +431,6 @@ typedef struct record
} variant;
} Rec_Type, *Rec_Pointer;
-
/*
* dhry() - run dhrystone for a given number of iterations
*
diff --git a/lib/dhry/dhry_1.c b/lib/dhry/dhry_1.c
index 252cd14a656..275a89942ea 100644
--- a/lib/dhry/dhry_1.c
+++ b/lib/dhry/dhry_1.c
@@ -102,7 +102,6 @@ void Proc_3 (Rec_Pointer *Ptr_Ref_Par);
void Proc_4 (void);
void Proc_5 (void);
-
extern Boolean Func_2(Str_30, Str_30);
extern void Proc_6(Enumeration, Enumeration *);
extern void Proc_7(One_Fifty, One_Fifty, One_Fifty *);
@@ -323,7 +322,6 @@ void dhry(int Number_Of_Runs)
#endif /* SELF_TIMED */
}
-
void Proc_1 (REG Rec_Pointer Ptr_Val_Par)
/* executed once */
{
@@ -354,7 +352,6 @@ void Proc_1 (REG Rec_Pointer Ptr_Val_Par)
structassign (*Ptr_Val_Par, *Ptr_Val_Par->Ptr_Comp);
} /* Proc_1 */
-
void Proc_2 (One_Fifty *Int_Par_Ref)
/* executed once */
/* *Int_Par_Ref == 1, becomes 4 */
@@ -376,7 +373,6 @@ void Proc_2 (One_Fifty *Int_Par_Ref)
while (Enum_Loc != Ident_1); /* true */
} /* Proc_2 */
-
void Proc_3 (Rec_Pointer *Ptr_Ref_Par)
/* executed once */
/* Ptr_Ref_Par becomes Ptr_Glob */
@@ -387,7 +383,6 @@ void Proc_3 (Rec_Pointer *Ptr_Ref_Par)
Proc_7 (10, Int_Glob, &Ptr_Glob->variant.var_1.Int_Comp);
} /* Proc_3 */
-
void Proc_4 (void) /* without parameters */
/* executed once */
{
@@ -406,7 +401,6 @@ void Proc_5 (void) /* without parameters */
Bool_Glob = false;
} /* Proc_5 */
-
/* Procedure for the assignment of structures, */
/* if the C compiler doesn't support this feature */
#ifdef NOSTRUCTASSIGN
diff --git a/lib/dhry/dhry_2.c b/lib/dhry/dhry_2.c
index a74197d884d..8f18f4ed423 100644
--- a/lib/dhry/dhry_2.c
+++ b/lib/dhry/dhry_2.c
@@ -106,7 +106,6 @@ One_Fifty *Int_Par_Ref;
*Int_Par_Ref = Int_2_Par_Val + Int_Loc;
} /* Proc_7 */
-
void Proc_8 (Arr_1_Par_Ref, Arr_2_Par_Ref, Int_1_Par_Val, Int_2_Par_Val)
/*********************************************************************/
/* executed once */
@@ -131,7 +130,6 @@ int Int_2_Par_Val;
Int_Glob = 5;
} /* Proc_8 */
-
Enumeration Func_1 (Capital_Letter Ch_1_Par_Val, Capital_Letter Ch_2_Par_Val)
/*************************************************/
/* executed three times */
@@ -154,8 +152,6 @@ Enumeration Func_1 (Capital_Letter Ch_1_Par_Val, Capital_Letter Ch_2_Par_Val)
}
} /* Func_1 */
-
-
Boolean Func_2 (Str_1_Par_Ref, Str_2_Par_Ref)
/*************************************************/
/* executed once */
@@ -198,7 +194,6 @@ Str_30 Str_2_Par_Ref;
} /* if Ch_Loc */
} /* Func_2 */
-
Boolean Func_3 (Enum_Par_Val)
/***************************/
/* executed once */