summaryrefslogtreecommitdiffstats
path: root/src/defid
diff options
context:
space:
mode:
Diffstat (limited to 'src/defid')
-rw-r--r--src/defid4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defid b/src/defid
index 5c04bc6..dcb8da3 100644
--- a/src/defid
+++ b/src/defid
@@ -1,6 +1,6 @@
-#!/bin/sh
+#! /bin/sh
for sym
do
- gid $sym |egrep '(}[ ]*|:[ ]*#[ ]*define[ ]+)'$sym'|'typedef\>.*[ ]+'$sym
+ gid $sym |egrep '(}[ ]*|:[ ]*#[ ]*define[ ]+)'$sym'|typedef\>.*[ ]+'$sym
done