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.

19 lines
424 B

/**
* @file calculate_closing_brace_position.h
* prototype for calculate_closing_brace_position.cpp
*
* @author Guy Maurel
* @license GPL v2+
*/
#ifndef CALCULATE_CLOSING_BRACE_POSITION_H_INCLUDED
#define CALCULATE_CLOSING_BRACE_POSITION_H_INCLUDED
#include "uncrustify_types.h"
Chunk *calculate_closing_brace_position(const Chunk *cl_colon, Chunk *pc);
#endif /* CALCULATE_CLOSING_BRACE_POSITION_H_INCLUDED */