From: Vincent Pit Date: Fri, 23 Aug 2013 14:02:13 +0000 (-0300) Subject: Remove trailing whitespace X-Git-Tag: v0.05~10 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FThread-Cleanup.git;a=commitdiff_plain;h=3b18f02197b39a66ea8779d68d1c90d790cf8031 Remove trailing whitespace --- diff --git a/Cleanup.xs b/Cleanup.xs index c4f802b..e88916c 100644 --- a/Cleanup.xs +++ b/Cleanup.xs @@ -1,9 +1,9 @@ /* This file is part of the Thread::Cleanup Perl module. * See http://search.cpan.org/dist/Thread-Cleanup/ */ - + #define PERL_NO_GET_CONTEXT #include "EXTERN.h" -#include "perl.h" +#include "perl.h" #include "XSUB.h" #define __PACKAGE__ "Thread::Cleanup"