some tabs to spaces
cd src
grep -P -n '\t' *.c | grep -v "1:"
cd ../include
grep -P -n '\t' *.h | grep -v "1:"
cd ..
side note: win/Qt/*.cpp are full of tabs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* NetHack 3.7 winprocs.h $NHDT-Date: 1596498572 2020/08/03 23:49:32 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.56 $ */
|
||||
/* Copyright (c) David Cohrs, 1992 */
|
||||
/* Copyright (c) David Cohrs, 1992 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
#ifndef WINPROCS_H
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
enum wp_ids { wp_tty = 1, wp_X11, wp_Qt, wp_mswin, wp_curses,
|
||||
wp_chainin, wp_chainout, wp_safestartup, wp_shim,
|
||||
wp_hup, wp_guistubs, wp_ttystubs,
|
||||
wp_hup, wp_guistubs, wp_ttystubs,
|
||||
#ifdef OUTDATED_STUFF
|
||||
, wp_mac, wp_Gem, wp_Gnome, wp_amii, wp_amiv
|
||||
, wp_mac, wp_Gem, wp_Gnome, wp_amii, wp_amiv
|
||||
#endif
|
||||
};
|
||||
|
||||
@@ -317,9 +317,9 @@ struct wc_Opt {
|
||||
|
||||
#ifdef WINCHAIN
|
||||
/* Setup phases for window chain elements.
|
||||
void * rv = X_procs_chain(int, int, void *, void *, void *);
|
||||
Xprivate* ALLOC n 0 0 0
|
||||
- INIT n self next nextdata
|
||||
void * rv = X_procs_chain(int, int, void *, void *, void *);
|
||||
Xprivate* ALLOC n 0 0 0
|
||||
- INIT n self next nextdata
|
||||
where:
|
||||
Xprivate* is anything window chain entry type X wants back
|
||||
n is the link count (starting with 1)
|
||||
|
||||
Reference in New Issue
Block a user