gas: tc-bpf.c: fix formatting of comment
authorJose E. Marchesi <jose.marchesi@oracle.com>
Sat, 28 Oct 2023 04:48:42 +0000 (06:48 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Sat, 28 Oct 2023 04:48:42 +0000 (06:48 +0200)
gas/config/tc-bpf.c

index cdde05c913981fce27aa3c423b4ac8b05943d118..fd4144a354b19625189b3eaef90781ec7c76c23a 100644 (file)
@@ -1647,10 +1647,11 @@ void
 md_operand (expressionS *expressionP)
 {
   /* If this hook is invoked it means GAS failed to parse a generic
-  expression.  We should inhibit the as_bad in expr.c, so we can fail
-  while parsing instruction alternatives.  To do that, we change the
-  expression to not have an O_absent.  But then we also need to set
-  exp_parse_failed to parse_expression above does the right thing.  */
+     expression.  We should inhibit the as_bad in expr.c, so we can
+     fail while parsing instruction alternatives.  To do that, we
+     change the expression to not have an O_absent.  But then we also
+     need to set exp_parse_failed to parse_expression above does the
+     right thing.  */
   ++input_line_pointer;
   expressionP->X_op = O_constant;
   expressionP->X_add_number = 0;