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 /misc/pres_minicoredumper_en.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 'misc/pres_minicoredumper_en.tex')
| -rw-r--r-- | misc/pres_minicoredumper_en.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/pres_minicoredumper_en.tex b/misc/pres_minicoredumper_en.tex index 4eed24b..e288faa 100644 --- a/misc/pres_minicoredumper_en.tex +++ b/misc/pres_minicoredumper_en.tex @@ -497,7 +497,7 @@ $ gdb-linutronix /.../mycrasher core Core was generated by `./mycrasher'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00000000004008d2 in main () at mycrasher.c:26 -26 *x = 0; +26 *x = 0; (gdb) print s \verbbf{$1 = 0x11eb010 "my string"} (gdb) print i @@ -527,7 +527,7 @@ $ gdb-linutronix /.../mycrasher core Core was generated by `./mycrasher'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00000000004008d2 in main () at mycrasher.c:26 -26 *x = 0; +26 *x = 0; (gdb) print s $1 = 0x11eb010 "my string" (gdb) print i |
