You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
437 B

/**
* @file brace_cleanup.h
* prototypes for brace_cleanup.cpp
*
* @author Ben Gardner
* @license GPL v2+
*/
#ifndef BRACE_CLEANUP_H_INCLUDED
#define BRACE_CLEANUP_H_INCLUDED
#include "uncrustify_types.h"
// necessary to not sort
#include "parsing_frame.h"
/**
* Scans through the whole list and does stuff.
* It has to do some tricks to parse preprocessors.
*/
void brace_cleanup();
#endif /* BRACE_CLEANUP_H_INCLUDED */