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
366 B

/**
* @file align_oc_msg_spec.h
*
* @author Guy Maurel
* split from align.cpp
* @author Ben Gardner
* @license GPL v2+
*/
#ifndef ALIGN_OC_MSG_SPEC_H_INCLUDED
#define ALIGN_OC_MSG_SPEC_H_INCLUDED
#include "uncrustify_types.h"
//! Aligns all function prototypes in the file.
void align_oc_msg_spec(size_t span);
#endif /* ALIGN_OC_MSG_SPEC_H_INCLUDED */