Skip to content

Commit 91f03f4

Browse files
updated a trailing whitespace in gensaiprotorpc.pl
Signed-off-by: raghunandan403 <[email protected]>
1 parent 4a81c8d commit 91f03f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/gensaiprotorpc.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198

199199
say colored( 'Generating ProtoBuf files...', 'bold blue' );
200200
chdir $gen_dir;
201-
system('protoc --cpp_out=. --proto_path=.. sai.proto') == 0 or die colored("Command failed: $!", "red");
201+
system('protoc --cpp_out=. --proto_path=.. sai.proto') == 0 or die colored("Command failed: $!", "red");
202202
chdir $run_dir;
203203

204204

0 commit comments

Comments
 (0)