# HG changeset patch # User Sergey Kandaurov # Date 1415887836 -10800 # Node ID d13ea470657dab1cb7a0c2674c93bf6c3508d90a # Parent eaf287a41f08e46ec9518e590a22ebdb073842bb Tests: fixed indentation. diff --git a/ssl_password_file.t b/ssl_password_file.t --- a/ssl_password_file.t +++ b/ssl_password_file.t @@ -63,7 +63,7 @@ http { ssl_password_file password; location / { - return 200 "$scheme"; + return 200 "$scheme"; } }