3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 09:04:08 +00:00

Undo formatting change.

This commit is contained in:
Rasmus Munk Larsen 2023-10-02 16:15:47 -07:00
parent bce984fa60
commit 058973faee

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