diff options
author | Julian Andres Klode <jak@debian.org> | 2018-05-09 08:15:54 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2018-05-09 08:15:54 +0000 |
commit | bb36d9ede3f374dd24fdce7493d9fcbe92e1e7c8 (patch) | |
tree | fd1fed8a732d6e636a40cf74172fbf8d9c356f28 /methods/http.h | |
parent | e85987ab2281e765a2b3e19aefe7f99f656428d8 (diff) | |
parent | 179e456d2e3fb091934cd2c99579af10b6796149 (diff) |
Merge branch 'pu/cleanup' into 'master'
Repository cleanups
See merge request apt-team/apt!12
Diffstat (limited to 'methods/http.h')
-rw-r--r-- | methods/http.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/methods/http.h b/methods/http.h index 84cc0b2b1..d511196e3 100644 --- a/methods/http.h +++ b/methods/http.h @@ -1,6 +1,5 @@ // -*- mode: cpp; mode: fold -*- -// Description /*{{{*/// $Id: http.h,v 1.12 2002/04/18 05:09:38 jgg Exp $ -// $Id: http.h,v 1.12 2002/04/18 05:09:38 jgg Exp $ +// Description /*{{{*/ /* ###################################################################### HTTP Acquire Method - This is the HTTP acquire method for APT. |