aboutsummaryrefslogtreecommitdiff
path: root/src/phi0.h
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-14 12:36:50 +0930
committerDavid Rowe <[email protected]>2023-07-14 12:36:50 +0930
commitb86e88413d4c6ec428aaedb147f7675f28882fe4 (patch)
treece360925856e25d4343d59a37e2e6bac142d3752 /src/phi0.h
parent0c2e969cfbe85548801eeb20ad8113969604892a (diff)
clang-format -i applied to src unittest misc
Diffstat (limited to 'src/phi0.h')
-rw-r--r--src/phi0.h2
1 files changed, 1 insertions, 1 deletions
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