Skip to content

Commit

Permalink
Fix astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1jbe committed Oct 19, 2023
1 parent 231694e commit 2fff50f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/muf.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
#include "ui_utils.h"

#ifndef M_PI_2
# define M_PI_2 1.57079632679489661923 /* pi/2 */
# define M_PI_2 1.57079632679489661923 /* pi/2 */
#endif

#ifndef M_PI
# define M_PI 3.14159265358979323846 /* pi */
# define M_PI 3.14159265358979323846 /* pi */
#endif

// message splitters:
Expand Down
2 changes: 1 addition & 1 deletion src/sunup.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "get_time.h"

#ifndef M_PI
# define M_PI 3.14159265358979323846 /* pi */
# define M_PI 3.14159265358979323846 /* pi */
#endif

#define RADIAN (180.0 / M_PI)
Expand Down

0 comments on commit 2fff50f

Please sign in to comment.