Skip to content

Commit 23edfb3

Browse files
committed
fix comment indentation
1 parent 489f133 commit 23edfb3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

include/ts/ts.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,10 +1615,9 @@ char const *TSHttpNextHopStrategyNameGet(void const *strategy);
16151615

16161616
/**
16171617
Retrieves a pointer to the named strategy in the strategy table.
1618-
This will return nullptr if no strategy is set.
1619-
1620-
This uses the current transaction's state machine to get
1621-
access to UrlRewrite's NextHopStrategyFactory.
1618+
Returns nullptr if no strategy is set.
1619+
This uses the current transaction's state machine to get
1620+
access to UrlRewrite's NextHopStrategyFactory.
16221621
16231622
@param txnp HTTP transaction which holds the strategy table.
16241623
@param name of the strategy to look up.

0 commit comments

Comments
 (0)