Skip to content

Commit

Permalink
examples: Remove duplicate newlines
Browse files Browse the repository at this point in the history
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <[email protected]>
  • Loading branch information
Marek Vasut authored and trini committed Jul 15, 2024
1 parent d9db7a8 commit 73a48dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/api/glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ unsigned long ub_get_timer(unsigned long base)
return cur;
}


/****************************************************************************
*
* devices
Expand Down
3 changes: 0 additions & 3 deletions examples/standalone/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
* timer interrupts.
*/


#define MAX_THREADS 8

#define CTX_SIZE 512
Expand Down Expand Up @@ -55,7 +54,6 @@ struct lthread {
static volatile struct lthread lthreads[MAX_THREADS];
static volatile int current_tid = MASTER_THREAD;


static uchar dbg = 0;

#define PDEBUG(fmt, args...) { \
Expand Down Expand Up @@ -162,7 +160,6 @@ static int testthread (void *name)
return *(int *) name + 1;
}


static void sched_init (void)
{
int i;
Expand Down

0 comments on commit 73a48dc

Please sign in to comment.