radare2/libr/asm/p/asm_snes.h
pancake e6f2cd0b2a
Remove trailing spaces (#19460)
$ 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
2021-12-02 17:39:59 +01:00

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