gall: indent multiline arm comments appropriately

This commit is contained in:
Jared Tobin 2019-08-15 09:31:07 -07:00
parent f2c0cfd045
commit 84924e6093
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4

View File

@ -382,10 +382,10 @@
:: initialise an +ap core for the agent, install the core we got from :: initialise an +ap core for the agent, install the core we got from
:: %ford, and then resolve any moves associated with it. :: %ford, and then resolve any moves associated with it.
:: ::
:: If we're dealing with a new agent, we create one using the result we got :: If we're dealing with a new agent, we create one using the result we
:: from %ford, add it to the collection of agents %gall is keeping track of, :: got from %ford, add it to the collection of agents %gall is keeping
:: and then do more or less the same procedure as we did for the running :: track of, and then do more or less the same procedure as we did for the
:: agent case. :: running agent case.
:: ::
++ mo-receive-core ++ mo-receive-core
~/ %mo-receive-core ~/ %mo-receive-core
@ -874,8 +874,8 @@
:: ::
:: (Note that /use implies the +sign should be routed to an agent.) :: (Note that /use implies the +sign should be routed to an agent.)
:: ::
:: Initialises the specified agent and then performs an agent-level +take on :: Initialises the specified agent and then performs an agent-level +take
:: the supplied +sign. :: on the supplied +sign.
:: ::
++ mo-handle-use ++ mo-handle-use
~/ %mo-handle-use ~/ %mo-handle-use
@ -1156,8 +1156,7 @@
:: ::
++ ap-state . ++ ap-state .
:: ::
:: +ap-abed: initialise state for the specified agent, with the :: +ap-abed: initialise state for an agent, with the supplied privilege.
:: supplied privilege.
:: ::
:: The agent must already be running in +gall -- here we simply update :: The agent must already be running in +gall -- here we simply update
:: +ap's state to focus on it. :: +ap's state to focus on it.
@ -1261,8 +1260,8 @@
:: ::
:: +ap-from-internal: internal move to move. :: +ap-from-internal: internal move to move.
:: ::
:: We convert from bone-indexed moves to duct-indexed moves when resolving :: We convert from bone-indexed moves to duct-indexed moves when
:: them in Arvo. :: resolving them in Arvo.
:: ::
++ ap-from-internal ++ ap-from-internal
~/ %ap-from-internal ~/ %ap-from-internal