Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed May 4, 2018
1 parent 518bf8a commit 0399575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/sun/marlin/DDasher.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public final class DDasher implements DPathConsumer2D, MarlinConst {
* @return this instance
*/
public DDasher init(final DPathConsumer2D out, final double[] dash, final int dashLen,
double phase, final boolean recycleDashes)
double phase, final boolean recycleDashes)
{
this.out = out;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/sun/marlin/Dasher.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public final class Dasher implements PathConsumer2D, MarlinConst {
* @return this instance
*/
public Dasher init(final PathConsumer2D out, final float[] dash, final int dashLen,
float phase, final boolean recycleDashes)
float phase, final boolean recycleDashes)
{
this.out = out;

Expand Down

0 comments on commit 0399575

Please sign in to comment.