OSDN Git Service

fix comment at hexview.cpp
authorsuma <suma@users.sourceforge.jp>
Thu, 21 May 2009 01:22:31 +0000 (10:22 +0900)
committersuma <suma@users.sourceforge.jp>
Thu, 21 May 2009 01:22:31 +0000 (10:22 +0900)
src/control/standard/hexview.cpp

index 426ade5..e1bc417 100644 (file)
@@ -312,7 +312,7 @@ void HexView::drawCaret(bool visible, quint64 pos)
        painter.begin(&pix_);
        painter.setFont(config_.Font);
 
-       // Get caret coordinates 
+       // Get caret coordinates
        const int x = pos % HexConfig::Num;
        const int y = config_.top() + config_.byteHeight() * (pos / HexConfig::Num - cursor_->Top);