mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 09:00:46 +00:00
e6f2cd0b2a
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing $ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
10 lines
122 B
C
10 lines
122 B
C
#ifndef ASM_P_ASM_SNES_H
|
|
#define ASM_P_ASM_SNES_H
|
|
|
|
struct snes_asm_flags {
|
|
unsigned char M;
|
|
unsigned char X;
|
|
};
|
|
|
|
#endif
|