aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-06-02 01:14:26 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-06-02 01:14:26 -0700
commit464187491f910ab2cb8bb0a1bdc6013f10fcd319 (patch)
tree5b51990117d7778e6e536dd424ace26c376931a7 /complete.h
parentfd15d30987af6104c060b91c60dbe34c8c3a42d7 (diff)
Formatting
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/complete.h b/complete.h
index 4fdfc63f..da94bacd 100644
--- a/complete.h
+++ b/complete.h
@@ -122,7 +122,7 @@ public:
is case insensitive.
*/
int flags;
-
+
/* Construction. Note: defining these so that they are not inlined reduces the executable size. */
completion_t(const wcstring &comp, const wcstring &desc = L"", string_fuzzy_match_t match = string_fuzzy_match_t(fuzzy_match_exact), int flags_val = 0);
completion_t(const completion_t &);