summaryrefslogtreecommitdiffstats
path: root/src/bltOp.C
diff options
context:
space:
mode:
authorjoye <joye>2014-07-08 18:11:22 (GMT)
committerjoye <joye>2014-07-08 18:11:22 (GMT)
commitd9392c93890e89f29b64c963e8ff39c6e8d402a9 (patch)
tree0c96308a65c6c26d1e62669d19d8de52c66b1cac /src/bltOp.C
parent9c2e90ea033203132591592bb2feb5772fd03093 (diff)
downloadblt-d9392c93890e89f29b64c963e8ff39c6e8d402a9.zip
blt-d9392c93890e89f29b64c963e8ff39c6e8d402a9.tar.gz
blt-d9392c93890e89f29b64c963e8ff39c6e8d402a9.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltOp.C')
-rw-r--r--src/bltOp.C8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bltOp.C b/src/bltOp.C
index c30aded..b4a9d7e 100644
--- a/src/bltOp.C
+++ b/src/bltOp.C
@@ -31,8 +31,8 @@
#include "bltOp.h"
-static int BinaryOpSearch(Blt_OpSpec *specs, int nSpecs,
- const char *string, int length)
+static int BinaryOpSearch(Blt_OpSpec *specs, int nSpecs, const char *string,
+ int length)
{
int low = 0;
int high = nSpecs - 1;
@@ -63,8 +63,8 @@ static int BinaryOpSearch(Blt_OpSpec *specs, int nSpecs,
return -1; /* Can't find operation */
}
-static int LinearOpSearch(Blt_OpSpec *specs, int nSpecs,
- const char *string, int length)
+static int LinearOpSearch(Blt_OpSpec *specs, int nSpecs, const char *string,
+ int length)
{
char c = string[0];
int nMatches = 0;