aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fish_version.h
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-04-30 18:37:19 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-04-30 19:52:13 -0700
commit075811e58836bc82de3052d064e9f0aa9335b6e7 (patch)
treefc6950d66ae0effa29e1b381508dfe9e52e948e3 /src/fish_version.h
parentaa8840b423177dfe3efbbee5bdc891ecf9f7d20f (diff)
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.
Diffstat (limited to 'src/fish_version.h')
-rw-r--r--src/fish_version.h5
1 files changed, 1 insertions, 4 deletions
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();