Skip to content

Commit a4f0692

Browse files
committed
Minor code reformatting.
1 parent 3340a97 commit a4f0692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/aws-server-http_utils.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,8 +1318,8 @@ package body AWS.Server.HTTP_Utils is
13181318
Socket_Taken : in out Boolean;
13191319
Will_Close : in out Boolean)
13201320
is
1321-
LA : constant Line_Attribute.Attribute_Handle :=
1322-
Line_Attribute.Reference;
1321+
LA : constant Line_Attribute.Attribute_Handle :=
1322+
Line_Attribute.Reference;
13231323

13241324
Status_Code : Messages.Status_Code := Response.Status_Code (Answer);
13251325
Length : Resources.Content_Length_Type := 0;

0 commit comments

Comments
 (0)