From 075811e58836bc82de3052d064e9f0aa9335b6e7 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sat, 30 Apr 2016 18:37:19 -0700 Subject: restyle fish modules to match project style Reduces lint errors from 60 to 60 (-0%). Line count from 5599 to 4925 (-12%). Another step in resolving issue #2902. --- src/fish_version.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/fish_version.h') diff --git a/src/fish_version.h b/src/fish_version.h index 61938c16..419c83d5 100644 --- a/src/fish_version.h +++ b/src/fish_version.h @@ -1,5 +1,2 @@ -/** \file fish_version.h - Prototype for version receiver. -*/ - +// Prototype for version receiver. const char *get_fish_version(); -- cgit v1.2.3