Skip to content

Commit

Permalink
whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kswin01 committed Mar 26, 2024
1 parent bc923ee commit 106d0c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion netconn/netconn.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class ProfilerClient:
"""
Class encpasulating the logic to control seL4 profiler over network.
We
We
will also recieve samples on this client from the seL4 profiler.
"""

Expand Down
1 change: 0 additions & 1 deletion profiler/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "profiler_printf.h"

uintptr_t uart_base;
uintptr_t profiler_control;

uintptr_t profiler_ring_used;
uintptr_t profiler_ring_free;
Expand Down
2 changes: 0 additions & 2 deletions profiler/serial_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ char get_char() {
microkit_dbg_puts(": getchar - unable to enqueue active buffer back into available queue\n");
}


microkit_dbg_puts("We got a char in serial server\n");
return got_char;
}

Expand Down

0 comments on commit 106d0c2

Please sign in to comment.