Skip to content

Commit 4b6a810

Browse files
committed
Remove whitespace
1 parent 200c731 commit 4b6a810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/detect_conflicts.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ function detectIgnoreColumns($instruments, $confirm)
587587
$file = "../project/instruments/NDB_BVL_Instrument_$instrument.class.inc";
588588
if (file_exists($file)) {
589589
include_once $file;
590-
$commentids = getCommentIDs($instrument, null)->getIterator();
590+
$commentids = getCommentIDs($instrument, null)->getIterator();
591591

592592
foreach ($commentids as $cid) {
593593
$instance =& NDB_BVL_Instrument::factory(
@@ -596,7 +596,7 @@ function detectIgnoreColumns($instruments, $confirm)
596596
$cid['CommentID']
597597
);
598598
$DDEIgnoreFields = $instance->_doubleDataEntryDiffIgnoreColumns;
599-
599+
600600
if ($DDEIgnoreFields != null) {
601601
foreach ($DDEIgnoreFields as $key => $DDEField) {
602602
$instrumentFields = array_merge(

0 commit comments

Comments
 (0)