You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Mladen Turk (JIRA)" <ji...@apache.org> on 2010/05/09 18:44:48 UTC

[jira] Created: (TS-344) Cleanup trailing spaces from the source code

Cleanup trailing spaces from the source code
--------------------------------------------

                 Key: TS-344
                 URL: https://issues.apache.org/jira/browse/TS-344
             Project: Traffic Server
          Issue Type: Improvement
          Components: Cleanup
            Reporter: Mladen Turk
            Assignee: Mladen Turk


Remove trailing spaces from the code according to the style guide

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-344) Cleanup trailing spaces from the source code

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865619#action_12865619 ] 

Leif Hedstrom commented on TS-344:
----------------------------------

Should we create a "utils" or "tools" directory in SVN, for keeping little nuggets like this ? Might not necessarily make it into the tar-balls, but nonetheless useless to have around.

> Cleanup trailing spaces from the source code
> --------------------------------------------
>
>                 Key: TS-344
>                 URL: https://issues.apache.org/jira/browse/TS-344
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>         Attachments: stripts.sh
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Remove trailing spaces from the code according to the style guide

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-344) Cleanup trailing spaces from the source code

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-344:
---------------------------

    Attachment:     (was: stripts.sh)

> Cleanup trailing spaces from the source code
> --------------------------------------------
>
>                 Key: TS-344
>                 URL: https://issues.apache.org/jira/browse/TS-344
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Remove trailing spaces from the code according to the style guide

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TS-344) Cleanup trailing spaces from the source code

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865620#action_12865620 ] 

Leif Hedstrom commented on TS-344:
----------------------------------

doh, hit "send" too fast. Either trafficserver/tools or trafficserver/traffic/tools is OK with me  (the former would make it clear that such "tools" are not part of the TS distro).

> Cleanup trailing spaces from the source code
> --------------------------------------------
>
>                 Key: TS-344
>                 URL: https://issues.apache.org/jira/browse/TS-344
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>         Attachments: stripts.sh
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Remove trailing spaces from the code according to the style guide

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-344) Cleanup trailing spaces from the source code

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk resolved TS-344.
----------------------------

    Resolution: Fixed

Applied the script and added top level tools directory

> Cleanup trailing spaces from the source code
> --------------------------------------------
>
>                 Key: TS-344
>                 URL: https://issues.apache.org/jira/browse/TS-344
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>         Attachments: strip-trailing-spaces.sh
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Remove trailing spaces from the code according to the style guide

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-344) Cleanup trailing spaces from the source code

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-344:
---------------------------

    Attachment: stripts.sh

Script that trims the trailing spaces from the files

Copy into the trunk
and then invoke:
$ find . -name '*.h' -exec sh stripts.sh {} \;
$ find . -name '*.c' -exec sh stripts.sh {} \;
$ find . -name '*.cc' -exec sh stripts.sh {} \;



> Cleanup trailing spaces from the source code
> --------------------------------------------
>
>                 Key: TS-344
>                 URL: https://issues.apache.org/jira/browse/TS-344
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>         Attachments: stripts.sh
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Remove trailing spaces from the code according to the style guide

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TS-344) Cleanup trailing spaces from the source code

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated TS-344:
---------------------------

    Attachment: strip-trailing-spaces.sh

Same file, renamed and with ASL license.


> Cleanup trailing spaces from the source code
> --------------------------------------------
>
>                 Key: TS-344
>                 URL: https://issues.apache.org/jira/browse/TS-344
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Mladen Turk
>            Assignee: Mladen Turk
>         Attachments: strip-trailing-spaces.sh
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Remove trailing spaces from the code according to the style guide

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.