Skip to content

Commit 5dd4c2f

Browse files
Vladimir Kotalahornace
authored andcommitted
fix style
1 parent cc6f3fd commit 5dd4c2f

File tree

1 file changed

+2
-2
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/index

1 file changed

+2
-2
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/index/Indexer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,11 +871,11 @@ private static void checkConfiguration() {
871871
die("Repositories were specified; history is off however");
872872
}
873873

874-
if (! new File(cfg.getSourceRoot()).canRead()) {
874+
if (!new File(cfg.getSourceRoot()).canRead()) {
875875
die("Source root '" + cfg.getSourceRoot() + "' must be readable");
876876
}
877877

878-
if (! new File(cfg.getDataRoot()).canWrite()) {
878+
if (!new File(cfg.getDataRoot()).canWrite()) {
879879
die("Data root '" + cfg.getDataRoot() + "' must be writable");
880880
}
881881
}

0 commit comments

Comments
 (0)