/** * @file align_same_func_call_params.h * * @author Guy Maurel * split from align.cpp * @author Ben Gardner * @license GPL v2+ */ #ifndef ALIGN_SAME_FUNC_CALL_PARAMS_H_INCLUDED #define ALIGN_SAME_FUNC_CALL_PARAMS_H_INCLUDED #include "ChunkStack.h" #include using namespace std; void align_params(Chunk *start, deque &chunks); void align_same_func_call_params(); #endif /* ALIGN_SAME_FUNC_CALL_PARAMS_H_INCLUDED */