aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2017-09-13 12:06:35 +0000
committerGeir Storli <geirst@oath.com>2017-09-13 12:07:12 +0000
commit775a0dcbad72b31e088230ce6abe413c0ce77ddd (patch)
tree026b02b0bfb8f982681616396024dfa256c2cc56 /searchlib/src/apps
parent48593478a699c2618e50c37baabcd8664136b139 (diff)
Replace tab with spaces.
Diffstat (limited to 'searchlib/src/apps')
-rw-r--r--searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp b/searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp
index c2fcba379fd..469c8aeac4e 100644
--- a/searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp
+++ b/searchlib/src/apps/vespa-index-inspect/vespa-index-inspect.cpp
@@ -388,7 +388,7 @@ ShowPostingListSubApp::readWordList(const SchemaUtil::IndexIterator &index)
PostingListCounts counts;
uint64_t wordNum = noWordNum();
wr.readWord(word, wordNum, counts);
- words.push_back(""); // Word number 0 is special here.
+ words.push_back(""); // Word number 0 is special here.
while (wordNum != noWordNumHigh()) {
assert(wordNum == words.size());
words.push_back(word);
@@ -595,7 +595,7 @@ ShowPostingListSubApp::showPostingList()
handle->second._bitOffset = offsetAndCounts._offset;
handle->second._bitLength = handle->first._bitLength;
const uint32_t first_segment = 0;
- const uint32_t num_segments = 0; // means all segments
+ const uint32_t num_segments = 0; // means all segments
handle->second._file = postingfile.get();
handle->second._file->readPostingList(handle->first,
first_segment,