obsessive compulsive tag team: Replace tabs with spaces

patch by jkreps; reviewed by cburroughs for KAFKA-114

git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1178670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris Burroughs 2011-10-04 01:41:25 +00:00
parent 4c2d121b26
commit a7b4731947
10 changed files with 98 additions and 98 deletions

View File

@ -67,7 +67,7 @@ class ConsumerIterator[T](private val topic: String,
if(logger.isDebugEnabled) if(logger.isDebugEnabled)
logger.debug("Received the shutdown command") logger.debug("Received the shutdown command")
channel.offer(currentDataChunk) channel.offer(currentDataChunk)
return allDone() return allDone
} else { } else {
currentTopicInfo = currentDataChunk.topicInfo currentTopicInfo = currentDataChunk.topicInfo
if (currentTopicInfo.getConsumeOffset != currentDataChunk.fetchOffset) { if (currentTopicInfo.getConsumeOffset != currentDataChunk.fetchOffset) {