fix indentation
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
parent
cd6f564caf
commit
2d1a4f03e6
|
|
@ -91,8 +91,8 @@ staToVerilog(const char *sta_name)
|
||||||
escaped = true;
|
escaped = true;
|
||||||
char next_ch = s[1];
|
char next_ch = s[1];
|
||||||
if (next_ch == verilog_escape) {
|
if (next_ch == verilog_escape) {
|
||||||
escaped_name += next_ch;
|
escaped_name += next_ch;
|
||||||
s++;
|
s++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
@ -126,8 +126,8 @@ staToVerilog2(const char *sta_name)
|
||||||
escaped = true;
|
escaped = true;
|
||||||
char next_ch = s[1];
|
char next_ch = s[1];
|
||||||
if (next_ch == verilog_escape) {
|
if (next_ch == verilog_escape) {
|
||||||
escaped_name += next_ch;
|
escaped_name += next_ch;
|
||||||
s++;
|
s++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue