gplugin/gplugin

run clang-format

2021-12-27, Gary Kramlich
583aebab3bac
Parents c97d5cc32a14
Children 76d43734c071
run clang-format

Testing Done:
Ran the unit tests.

Reviewed at https://reviews.imfreedom.org/r/1201/
--- a/gplugin/gplugin-version.h Mon Dec 27 03:42:35 2021 -0600
+++ b/gplugin/gplugin-version.h Mon Dec 27 03:43:14 2021 -0600
@@ -24,7 +24,7 @@
#include <gplugin/gplugin-version-defs.h>
-#define GPLUGIN_VERSION_CHECK(major,minor,micro) \
+#define GPLUGIN_VERSION_CHECK(major, minor, micro) \
((major) == GPLUGIN_MAJOR_VERSION && \
((minor) < GPLUGIN_MINOR_VERSION || \
((minor) == GPLUGIN_MINOR_VERSION && (micro) <= GPLUGIN_MICRO_VERSION)))
--- a/perl5/gplugin-perl5-loader.c Mon Dec 27 03:42:35 2021 -0600
+++ b/perl5/gplugin-perl5-loader.c Mon Dec 27 03:43:14 2021 -0600
@@ -37,7 +37,8 @@
*****************************************************************************/
extern void boot_DynaLoader(pTHX_ CV *cv);
-static void gplugin_perl_loader_xs_init(pTHX)
+static void
+gplugin_perl_loader_xs_init(pTHX)
{
dXSUB_SYS;