fix indentation

Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
dsengupta0628 2026-02-25 20:39:11 +00:00
parent cd6f564caf
commit 2d1a4f03e6
1 changed files with 4 additions and 4 deletions

View File

@ -91,8 +91,8 @@ staToVerilog(const char *sta_name)
escaped = true;
char next_ch = s[1];
if (next_ch == verilog_escape) {
escaped_name += next_ch;
s++;
escaped_name += next_ch;
s++;
}
}
else {
@ -126,8 +126,8 @@ staToVerilog2(const char *sta_name)
escaped = true;
char next_ch = s[1];
if (next_ch == verilog_escape) {
escaped_name += next_ch;
s++;
escaped_name += next_ch;
s++;
}
}
else {