aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-15 01:40:40 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-15 01:40:40 -0800
commit53814983ff5404d0d2a53069ed2bc951a85ea0ee (patch)
tree7b9cbd5e5506d2d6237515bfdf9fd7afa0472d23 /proc.h
parente2fe8730496eb8019e8f8ace211eeaa596534942 (diff)
Update style and formatting to conform to fish style guide.
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/proc.h b/proc.h
index 510f549a..05013e1d 100644
--- a/proc.h
+++ b/proc.h
@@ -73,10 +73,10 @@ enum process_type_t
A block of commands
*/
INTERNAL_BLOCK,
-
+
/** A block of commands, represented as a node */
INTERNAL_BLOCK_NODE,
-
+
/**
The exec builtin
*/
@@ -156,7 +156,7 @@ public:
INTERNAL_EXEC, or INTERNAL_BUFFER
*/
enum process_type_t type;
-
+
/* For internal block processes only, the node offset of the block */
node_offset_t internal_block_node;