aboutsummaryrefslogtreecommitdiffhomepage
path: root/kill.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-18 16:30:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-18 16:30:30 -0800
commit9992b8eb0e3366ff8a3948aa0b66a19c3c12c737 (patch)
tree6dda0fef85812016fbba9ea067c9d586092b506d /kill.h
parentbab69f26724028d16054a3daf5c78aad7c67bb2d (diff)
Apply new indentation, brace, and whitespace style
Diffstat (limited to 'kill.h')
-rw-r--r--kill.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kill.h b/kill.h
index 6997341a..35df3dbd 100644
--- a/kill.h
+++ b/kill.h
@@ -12,11 +12,11 @@
/**
Replace the specified string in the killring
*/
-void kill_replace( const wcstring &old, const wcstring &newv );
+void kill_replace(const wcstring &old, const wcstring &newv);
/** Add a string to the top of the killring */
-void kill_add( const wcstring &str );
+void kill_add(const wcstring &str);
/** Rotate the killring */
const wchar_t *kill_yank_rotate();