Simple indent

pull/808/head
Przemek Wirkus 2014-12-19 14:53:35 +00:00
parent 11c5955959
commit 8690af3b7b
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ DigitalInOut& BusInOut::operator[] (unsigned int index) {
return *_pin[index];
}
BusInOut::operator int() {
return read();
}