Skip to content

Commit

Permalink
fix trailing whitespace camkes-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrcknl committed May 29, 2024
1 parent 054919e commit 9674fc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tutorials/hello-camkes-1/hello-camkes-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ int run(void) {
int run(void) {
printf("Starting the client\n");
printf("-------------------\n");
/* TODO: invoke the RPC function */
/* hint 1: the name of the function to invoke is a composition of an interface name and a function name:
* i.e.: <interface>_<function>
Expand All @@ -390,7 +389,6 @@ int run(void) {
```
char *shello = "hello world";
hello_say_hello(shello);
printf("After the client\n");
return 0;
```
Expand Down

0 comments on commit 9674fc8

Please sign in to comment.