summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/gnu/xml/xpath/ArithmeticExpr.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/gnu/xml/xpath/ArithmeticExpr.java')
-rw-r--r--libjava/classpath/gnu/xml/xpath/ArithmeticExpr.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/classpath/gnu/xml/xpath/ArithmeticExpr.java b/libjava/classpath/gnu/xml/xpath/ArithmeticExpr.java
index 61098d6e4f2..a7bc62f2ed2 100644
--- a/libjava/classpath/gnu/xml/xpath/ArithmeticExpr.java
+++ b/libjava/classpath/gnu/xml/xpath/ArithmeticExpr.java
@@ -1,4 +1,4 @@
-/* ArithmeticExpr.java --
+/* ArithmeticExpr.java --
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -72,8 +72,8 @@ final class ArithmeticExpr
case MULTIPLY:
case DIVIDE:
case MODULO:
- this.op = op;
- break;
+ this.op = op;
+ break;
default:
throw new IllegalArgumentException();
}
@@ -166,5 +166,5 @@ final class ArithmeticExpr
buf.append(rhs);
return buf.toString();
}
-
+
}
OpenPOWER on IntegriCloud