]> git.vpit.fr Git - perl/modules/Sub-Nary.git/commitdiff
Remove trailing whitespace
authorVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 14:00:19 +0000 (11:00 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 14:00:26 +0000 (11:00 -0300)
Nary.xs
lib/Sub/Nary.pm

diff --git a/Nary.xs b/Nary.xs
index dc8e0890d3857907888a24b10925fad9ffe9138f..cd55073d179a4fa7706fd87f1f018e9e12955c63 100644 (file)
--- a/Nary.xs
+++ b/Nary.xs
@@ -258,7 +258,7 @@ CODE:
  res[0] = res[1] = NULL;
  for (i = 0; i < items; ++i) {
   cur = ST(i);
-  if (!SvOK(cur)) 
+  if (!SvOK(cur))
    continue;
   if (!SvROK(cur)) {
    if (strEQ(SvPV_nolen(cur), "list")) {
@@ -372,7 +372,7 @@ CODE:
   XSRETURN_UNDEF;
  if (n == 1)
   SvREFCNT_dec(res[0]);
- else if (res[1]) 
+ else if (res[1])
   SvREFCNT_dec(res[1]);
  ST(0) = sv_2mortal(newRV_noinc((SV *) res[n]));
  XSRETURN(1);
index ec00eb18a72e3280c048cda6b7f2e75ed63dfd68..a90787ba2b96c3d1a0bfbea93164b41991e2bc6b 100644 (file)
@@ -91,7 +91,7 @@ it is considered to return C<3> scalars with probability C<1/2>, C<2> with proba
 
 The total probability law for a given returning point is the convolution product of the probabilities of its list elements.
 
-As such, 
+As such,
 
     sub notsosimple {
      return 1, simple(), 2