From 13ae9b804e27b0aef2c53bed5ae0c5c3f83fa1e3 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Wed, 1 Dec 2021 21:53:46 -0800 Subject: [PATCH] Add missing blank lines --- symbol.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symbol.c b/symbol.c index 5cf98a0..8508ab8 100644 --- a/symbol.c +++ b/symbol.c @@ -232,6 +232,7 @@ showallglobals(void) printf("No global variables\n"); } + S_FUNC void printtype(VALUE *vp) { @@ -360,6 +361,7 @@ writeglobals(char *name) return 0; } + /* * Free all non-null global and visible static variables */