Skip to content

Commit

Permalink
Merge pull request #22 from tbeu/remove-trailing-white-space-and-dumm…
Browse files Browse the repository at this point in the history
…y-annotations

Remove trailing white space and dummy annotations
  • Loading branch information
akloeckner committed Jun 25, 2014
2 parents 937e06d + d1e8e73 commit 3a84684
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Noise/Examples/Actuator/Parts/package.mo
@@ -1,5 +1,5 @@
within Noise.Examples.Actuator;
package Parts
package Parts
annotation (Documentation(revisions="<html>
<p><img src=\"modelica://Noise/Resources/Images/dlr_logo.png\"/> <b>Developed 2014 at the DLR Institute of System Dynamics and Control</b> </p>
</html>", info="<html>
Expand Down
2 changes: 1 addition & 1 deletion Noise/Examples/Actuator/package.mo
@@ -1,5 +1,5 @@
within Noise.Examples;
package Actuator
package Actuator
extends Modelica.Icons.ExamplesPackage;


Expand Down
Expand Up @@ -25,22 +25,18 @@ initial equation
Documentation(info="<html>
</html>"), Icon(graphics={Line(
points={{86,-84},{-94,-84}},
color={175,175,175},
smooth=Smooth.None),
color={175,175,175}),
Line(
points={{-84,76},{-84,-92}},
color={175,175,175},
smooth=Smooth.None),
color={175,175,175}),
Polygon(
points={{-84,90},{-92,68},{-76,68},{-84,90}},
lineColor={175,175,175},
smooth=Smooth.None,
fillColor={175,175,175},
fillPattern=FillPattern.Solid),
Polygon(
points={{90,-84},{68,-92},{68,-76},{90,-84}},
lineColor={175,175,175},
smooth=Smooth.None,
fillColor={175,175,175},
fillPattern=FillPattern.Solid),
Rectangle(
Expand All @@ -49,19 +45,16 @@ initial equation
Line(
points={{-84,28},{-72,28},{-52,26},{-32,18},{-26,14},{-22,10},{-18,4},
{-14,-6},{-4,-48},{0,-66},{2,-84}},
color={0,0,127},
smooth=Smooth.None),
color={0,0,127}),
Line(
points={{2,-84},{4,-66},{8,-58},{12,-58},{16,-62},{18,-68},{20,-84}},
color={0,0,127},
smooth=Smooth.None),
color={0,0,127}),
Line(
points={{20,-82},{20,-80},{20,-74},{22,-68},{24,-66},{28,-66},{32,-68},
{34,-72},{36,-80},{36,-84},{36,-76},{38,-70},{40,-68},{44,-68},{46,
-70},{48,-74},{50,-80},{50,-84},{50,-80},{52,-72},{54,-70},{58,-70},
{62,-74},{64,-78},{64,-80},{64,-82},{64,-84}},
color={0,0,127},
smooth=Smooth.None),
color={0,0,127}),
Text(
extent={{-20,60},{80,30}},
lineColor={95,95,95},
Expand Down
Expand Up @@ -50,43 +50,35 @@ initial equation
</html>"), Icon(graphics={
Line(
points={{-84,76},{-84,-92}},
color={175,175,175},
smooth=Smooth.None),
color={175,175,175}),
Line(
points={{86,-84},{-94,-84}},
color={175,175,175},
smooth=Smooth.None),
color={175,175,175}),
Polygon(
points={{-84,90},{-92,68},{-76,68},{-84,90}},
lineColor={175,175,175},
smooth=Smooth.None,
fillColor={175,175,175},
fillPattern=FillPattern.Solid),
Polygon(
points={{90,-84},{68,-92},{68,-76},{90,-84}},
lineColor={175,175,175},
smooth=Smooth.None,
fillColor={175,175,175},
fillPattern=FillPattern.Solid),
Line(
points={{-35,13},{-35,-47},{-25,-47},{-25,-29},{-15,-29},{-15,-57},{-5,-57},
{-5,25},{1,25},{1,39},{7,39},{7,-17},{17,-17},{17,-5},{23,-5},{23,-35},
{ 33,-35},{33,37},{43,37},{43,3},{51,3},{51,-63},{61,-63}},
color={0,0,127},
smooth=Smooth.None),
color={0,0,127}),
Line(
points={{-81,-29},{-67,-29},{-67,-13},{-59,-13},{-59,-61},{-51,-61},{-51,-39},
{-43,-39},{-43,45},{-35,45},{-35,13}},
color={0,0,127},
smooth=Smooth.None),
color={0,0,127}),
Line(
points={{-90,-70},{84,-70}},
color={255,0,0},
smooth=Smooth.None),
color={255,0,0}),
Line(
points={{-89,50},{85,50}},
color={255,0,0},
smooth=Smooth.None),
color={255,0,0}),
Text(
extent={{-50,90},{50,60}},
lineColor={95,95,95},
Expand Down
2 changes: 1 addition & 1 deletion Noise/RNG/SampleBased/package.mo
@@ -1,5 +1,5 @@
within Noise.RNG;
package SampleBased
package SampleBased
extends Modelica.Icons.Package;


Expand Down
2 changes: 1 addition & 1 deletion Noise/RNG/SampleFree/package.mo
@@ -1,5 +1,5 @@
within Noise.RNG;
package SampleFree
package SampleFree
extends Modelica.Icons.Package;


Expand Down
2 changes: 1 addition & 1 deletion Noise/Utilities/Seedings/package.mo
@@ -1,5 +1,5 @@
within Noise.Utilities;
package Seedings
package Seedings
extends Modelica.Icons.Package;


Expand Down

0 comments on commit 3a84684

Please sign in to comment.