Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
victori444 committed Nov 11, 2024
1 parent 24e4275 commit 11e3717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/detect_conflicts.php
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ function detectIgnoreColumns($instruments, $confirm)
$file = "../project/instruments/NDB_BVL_Instrument_$instrument.class.inc";
if (file_exists($file)) {
include_once $file;
$commentids = getCommentIDs($instrument, null)->getIterator();
$commentids = getCommentIDs($instrument, null)->getIterator();

foreach ($commentids as $cid) {
$instance =& NDB_BVL_Instrument::factory(
Expand All @@ -599,7 +599,7 @@ function detectIgnoreColumns($instruments, $confirm)
$cid['CommentID']
);
$DDEIgnoreFields = $instance->_doubleDataEntryDiffIgnoreColumns;

if ($DDEIgnoreFields != null) {
foreach ($DDEIgnoreFields as $key => $DDEField) {
$instrumentFields = array_merge(
Expand Down

0 comments on commit 11e3717

Please sign in to comment.