mirror of https://github.com/YosysHQ/yosys.git
Undo formatting change.
This commit is contained in:
parent
bce984fa60
commit
058973faee
|
@ -308,7 +308,7 @@ namespace RTLIL
|
|||
bool operator!=(const char *rhs) const { return strcmp(c_str(), rhs) != 0; }
|
||||
|
||||
char operator[](size_t i) const {
|
||||
const char *p = c_str();
|
||||
const char *p = c_str();
|
||||
#ifndef NDEBUG
|
||||
for (; i != 0; i--, p++)
|
||||
log_assert(*p != 0);
|
||||
|
|
Loading…
Reference in New Issue