From b86e88413d4c6ec428aaedb147f7675f28882fe4 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Fri, 14 Jul 2023 12:36:50 +0930 Subject: clang-format -i applied to src unittest misc --- src/phi0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/phi0.h') diff --git a/src/phi0.h b/src/phi0.h index 0fa71df..79e942d 100644 --- a/src/phi0.h +++ b/src/phi0.h @@ -2,6 +2,6 @@ #ifndef PHI0_H #define PHI0_H -extern float phi0( float xf ); +extern float phi0(float xf); #endif -- cgit v1.2.3