Commit Diff


commit - ca5a29bf8e2698a3fba48c003a375f2aa35508bc
commit + f6d7d0475ffd7281ee039ca4089f12401e426bee
blob - c9076fcae5af091ffa81f824d60e47de44767521
blob + 2edbfb2aba063787cb24e3822201c57e717314ff
--- telescope.c
+++ telescope.c
@@ -933,14 +933,14 @@ add_to_bookmarks(const char *str)
 }
 
 /*
- *  Given a user-entered URL, apply some heuristics to use it:
+ * Given a user-entered URL, apply some heuristics to use it:
  *
- *  - if it's a proper url use it
- *  - if it starts with a `./' or a `/' assume its a file:// url
- *  - assume it's a gemini:// url
+ * - if it's a proper url use it
+ * - if it starts with a `./' or a `/' assume its a file:// url
+ * - assume it's a gemini:// url
  *
- *  `ret' (of which len is the size) will be filled with the resulting
- *  url.
+ * `ret' (of which len is the size) will be filled with the resulting
+ * url.
  */
 void
 humanify_url(const char *raw, char *ret, size_t len)