From 727382201d67bdf3849d707ddf02f99bd09a5005 Mon Sep 17 00:00:00 2001 From: "Michael H. Hind" Date: Thu, 30 Dec 2010 18:14:35 +0000 Subject: [PATCH] remove trailing whitespace --- t/src/embed/pmc.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/src/embed/pmc.t b/t/src/embed/pmc.t index e972ea334a..2894550677 100644 --- a/t/src/embed/pmc.t +++ b/t/src/embed/pmc.t @@ -316,7 +316,7 @@ int main(int argc, char* argv[]) Parrot_PMC p_str = NULL, p_keyedstr = NULL, p_str_thawed = NULL; Parrot_String s_teststr = NULL, s_outstr = NULL, s_frozen = NULL; Parrot_Int len; - + GET_INIT_STRUCT(initargs); Parrot_api_make_interpreter(NULL, 0, initargs, &interpmc);