aboutsummaryrefslogtreecommitdiff
path: root/core/ext/pm/find_browser.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-01-08 15:54:26 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-01-08 15:54:26 -0500
commit0194a626fcb17bcb037341fc6c2f586f54d26035 (patch)
tree9b54a08a6f30ce597b751190c113b934a3bb2b6d /core/ext/pm/find_browser.lua
parent1267b118ffebf604639ca7a56660a1b4b69a2b85 (diff)
downloadtextadept-0194a626fcb17bcb037341fc6c2f586f54d26035.tar.gz
textadept-0194a626fcb17bcb037341fc6c2f586f54d26035.zip
Reformatted all C and Lua code to a single standard for each language.
Diffstat (limited to 'core/ext/pm/find_browser.lua')
-rw-r--r--core/ext/pm/find_browser.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/ext/pm/find_browser.lua b/core/ext/pm/find_browser.lua
index f722664e..a8722e78 100644
--- a/core/ext/pm/find_browser.lua
+++ b/core/ext/pm/find_browser.lua
@@ -59,7 +59,8 @@ function get_contents_for(full_path, expanding)
p = io.popen('grep -'..opts..' "'..search_string..'" "'..
search_directory..'"')
for line in p:lines() do
- local filename, line_num, line_text = line:match('^([^:]+):(%d+):%s-(.+)$')
+ local filename, line_num, line_text =
+ line:match('^([^:]+):(%d+):%s-(.+)$')
if filename and line_num and line_text then
if not find_matches[filename] then
find_matches[filename] = {