Skip to content

Commit

Permalink
Nuke trailing white space.
Browse files Browse the repository at this point in the history
svn path=/Products.Poi/trunk/; revision=245123
  • Loading branch information
mauritsvanrees committed Oct 5, 2011
1 parent 9f8a689 commit bbb9854
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Expand Up @@ -276,7 +276,7 @@
<variable variable_id="action" for_catalog="False" for_status="True" update_always="True">
<description>The last transition</description>
<default>

<expression>transition/getId|nothing</expression>
</default>
<guard>
Expand All @@ -285,7 +285,7 @@
<variable variable_id="actor" for_catalog="False" for_status="True" update_always="True">
<description>The ID of the user who performed the last transition</description>
<default>

<expression>user/getId</expression>
</default>
<guard>
Expand All @@ -294,7 +294,7 @@
<variable variable_id="comments" for_catalog="False" for_status="True" update_always="True">
<description>Comments about the last transition</description>
<default>

<expression>python:state_change.kwargs.get('comment', '')</expression>
</default>
<guard>
Expand All @@ -303,7 +303,7 @@
<variable variable_id="review_history" for_catalog="False" for_status="False" update_always="False">
<description>Provides access to workflow history</description>
<default>

<expression>state_change/getHistory</expression>
</default>
<guard>
Expand All @@ -314,7 +314,7 @@
<variable variable_id="time" for_catalog="False" for_status="True" update_always="True">
<description>Time of the last transition</description>
<default>

<expression>state_change/getDateTime</expression>
</default>
<guard>
Expand Down
Expand Up @@ -254,7 +254,7 @@
<variable variable_id="action" for_catalog="False" for_status="True" update_always="True">
<description>The last transition</description>
<default>

<expression>transition/getId|nothing</expression>
</default>
<guard>
Expand All @@ -263,7 +263,7 @@
<variable variable_id="actor" for_catalog="False" for_status="True" update_always="True">
<description>The ID of the user who performed the last transition</description>
<default>

<expression>user/getId</expression>
</default>
<guard>
Expand All @@ -272,7 +272,7 @@
<variable variable_id="comments" for_catalog="False" for_status="True" update_always="True">
<description>Comments about the last transition</description>
<default>

<expression>python:state_change.kwargs.get('comment', '')</expression>
</default>
<guard>
Expand All @@ -281,7 +281,7 @@
<variable variable_id="review_history" for_catalog="False" for_status="False" update_always="False">
<description>Provides access to workflow history</description>
<default>

<expression>state_change/getHistory</expression>
</default>
<guard>
Expand All @@ -292,7 +292,7 @@
<variable variable_id="time" for_catalog="False" for_status="True" update_always="True">
<description>Time of the last transition</description>
<default>

<expression>state_change/getDateTime</expression>
</default>
<guard>
Expand Down

0 comments on commit bbb9854

Please sign in to comment.