git/builtin/stripspace.c

#define USE_THE_REPOSITORY_VARIABLE
#include "builtin.h"
#include "config.h"
#include "environment.h"
#include "gettext.h"
#include "parse-options.h"
#include "setup.h"
#include "strbuf.h"
#include "write-or-die.h"

static void comment_lines(struct strbuf *buf)
{}

static const char * const stripspace_usage[] =;

enum stripspace_mode {};

int cmd_stripspace(int argc,
		   const char **argv,
		   const char *prefix,
		   struct repository *repo UNUSED)
{}