jiller / agentsmithplugin

Automatically exported from code.google.com/p/agentsmithplugin
0 stars 0 forks source link

Useless empty lines are being added #183

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Reflowing and retagging this:

        /// <filterpriority>1</filterpriority>

results in this:

        /// <filterpriority>
        /// 
        ///  1
        /// </filterpriority>

again:

        /// <filterpriority>
        /// 
        ///  
        ///  
        ///  1
        /// </filterpriority>

And so forth.

Original issue reported on code.google.com by DHilgart...@gmail.com on 27 Jan 2012 at 1:23

GoogleCodeExporter commented 8 years ago
Yes i had noticed this too - should be fixed in the next beta.

Original comment by cds...@gmail.com on 28 Jan 2012 at 12:21