From 5db280ab73ed748d91d1b6a562a4ae277b802be0 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 9 Feb 2015 20:16:48 +0100 Subject: [PATCH] minor: doc / formatting --- lib/awful/prompt.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/awful/prompt.lua b/lib/awful/prompt.lua index 63c2e4d4f..549d77266 100644 --- a/lib/awful/prompt.lua +++ b/lib/awful/prompt.lua @@ -261,8 +261,9 @@ end -- with command as argument when a command was changed. -- @param[opt] keypressed_callback The callback function to call -- with mod table, key and command as arguments when a key was pressed. - -function prompt.run(args, textbox, exe_callback, completion_callback, history_path, history_max, done_callback, changed_callback, keypressed_callback) +function prompt.run(args, textbox, exe_callback, completion_callback, + history_path, history_max, done_callback, + changed_callback, keypressed_callback) local grabber local theme = beautiful.get() if not args then args = {} end