mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
gall: indent multiline arm comments appropriately
This commit is contained in:
parent
f2c0cfd045
commit
84924e6093
@ -382,10 +382,10 @@
|
||||
:: initialise an +ap core for the agent, install the core we got from
|
||||
:: %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
|
||||
:: from %ford, add it to the collection of agents %gall is keeping track of,
|
||||
:: and then do more or less the same procedure as we did for the running
|
||||
:: agent case.
|
||||
:: If we're dealing with a new agent, we create one using the result we
|
||||
:: got from %ford, add it to the collection of agents %gall is keeping
|
||||
:: track of, and then do more or less the same procedure as we did for the
|
||||
:: running agent case.
|
||||
::
|
||||
++ mo-receive-core
|
||||
~/ %mo-receive-core
|
||||
@ -874,8 +874,8 @@
|
||||
::
|
||||
:: (Note that /use implies the +sign should be routed to an agent.)
|
||||
::
|
||||
:: Initialises the specified agent and then performs an agent-level +take on
|
||||
:: the supplied +sign.
|
||||
:: Initialises the specified agent and then performs an agent-level +take
|
||||
:: on the supplied +sign.
|
||||
::
|
||||
++ mo-handle-use
|
||||
~/ %mo-handle-use
|
||||
@ -1156,8 +1156,7 @@
|
||||
::
|
||||
++ ap-state .
|
||||
::
|
||||
:: +ap-abed: initialise state for the specified agent, with the
|
||||
:: supplied privilege.
|
||||
:: +ap-abed: initialise state for an agent, with the supplied privilege.
|
||||
::
|
||||
:: The agent must already be running in +gall -- here we simply update
|
||||
:: +ap's state to focus on it.
|
||||
@ -1261,8 +1260,8 @@
|
||||
::
|
||||
:: +ap-from-internal: internal move to move.
|
||||
::
|
||||
:: We convert from bone-indexed moves to duct-indexed moves when resolving
|
||||
:: them in Arvo.
|
||||
:: We convert from bone-indexed moves to duct-indexed moves when
|
||||
:: resolving them in Arvo.
|
||||
::
|
||||
++ ap-from-internal
|
||||
~/ %ap-from-internal
|
||||
|
Loading…
Reference in New Issue
Block a user