Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gray committed Apr 4, 2009
1 parent 9d4759d commit 6f1284a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Suffix.xs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#define PERL_NO_GET_CONTEXT

#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
Expand Down Expand Up @@ -46,7 +48,7 @@ follow_string (LST_STree *tree, LST_String *string) {
return (done < string->num_items - 1) ? NULL : node;
}

typedef LST_STree * Tree__Suffix;
typedef LST_STree *Tree__Suffix;

MODULE = Tree::Suffix PACKAGE = Tree::Suffix

Expand Down

0 comments on commit 6f1284a

Please sign in to comment.