mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Undo formatting change.
This commit is contained in:
parent
bce984fa60
commit
058973faee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue