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.

18 lines
307 B

/**
* @file quick_align_again.h
*
* @author Guy Maurel
* split from align.cpp
* @author Ben Gardner
* @license GPL v2+
*/
#ifndef QUICK_ALIGN_AGAIN_H_INCLUDED
#define QUICK_ALIGN_AGAIN_H_INCLUDED
#include "uncrustify_types.h"
void quick_align_again();
#endif /* QUICK_ALIGN_AGAIN_H_INCLUDED */