Undo formatting change.

This commit is contained in:
Rasmus Munk Larsen 2023-10-02 16:15:47 -07:00
parent bce984fa60
commit 058973faee
1 changed files with 1 additions and 1 deletions

View File

@ -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);