always use the same perl in $PATH
[openssl.git] / .github / ISSUE_TEMPLATE / bug_report.md
index 5cc780b6defe9d64ca156f352a4ae78a56fcd618..4245a14b80977c224c7310daee16a33dd8604169 100644 (file)
@@ -11,7 +11,7 @@ please take the time to read the following lines before posting it.
 
 NOTE:
 
-    If you're asking about how to use OpenSSL, this isn't the right 
+    If you're asking about how to use OpenSSL, this isn't the right
     forum.  Please see our User Support resources:
     https://github.com/openssl/openssl/blob/master/SUPPORT.md
 
@@ -44,7 +44,7 @@ output and code, like this:
 
     ```
     #include <stdio.h>
-    
+
     int main() {
         int foo = 1;
         printf("%d\n", foo);