correct include guards and add checks in check_style_c.py for them.
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
* \ingroup spinfo
|
||||
*/
|
||||
|
||||
#ifndef __TEXTVIEW_H__
|
||||
#define __TEXTVIEW_H__
|
||||
|
||||
typedef struct TextViewContext {
|
||||
int lheight;
|
||||
@@ -59,3 +61,5 @@ int textview_draw(struct TextViewContext *tvc, const int draw, int mval[2], void
|
||||
|
||||
#define TVC_LINE_FG (1<<0)
|
||||
#define TVC_LINE_BG (1<<1)
|
||||
|
||||
#endif /* __TEXTVIEW_H__ */
|
||||
|
||||
Reference in New Issue
Block a user