diff options
| author | John Ogness <john.ogness@linutronix.de> | 2018-04-19 11:03:45 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-04-19 11:03:45 +0200 |
| commit | ea793b23c98403cefb38670d02a778b843bdf997 (patch) | |
| tree | abef3328bd017512394c315ddff9a3bd4b40a2be /realtime/rt-specialties/pres_rt-specialties_de.tex | |
| parent | 6c4b8bc457831a351875ec1415d37ccb471bfc20 (diff) | |
replace *all* tabs with spaces
There are times when tabs are allowed and times when they are not.
Let's just simply never use tabs for anything. This makes it easy
to find presentations where tabs were accidentally inserted.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'realtime/rt-specialties/pres_rt-specialties_de.tex')
| -rw-r--r-- | realtime/rt-specialties/pres_rt-specialties_de.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/realtime/rt-specialties/pres_rt-specialties_de.tex b/realtime/rt-specialties/pres_rt-specialties_de.tex index 004a426..f464058 100644 --- a/realtime/rt-specialties/pres_rt-specialties_de.tex +++ b/realtime/rt-specialties/pres_rt-specialties_de.tex @@ -153,7 +153,7 @@ struct sched_param param; param.sched_priority = 80; if(sched_setscheduler(0, SCHED_FIFO, ¶m) - == -1) { + == -1) { perror("sched_setscheduler failed"); exit(-1); } |
