always use the same perl in $PATH
[openssl.git] / .github / ISSUE_TEMPLATE / feature_request.md
index 4e4ed54cf2f7baafdaa5f99de04d8bbf75c3e87c..f94c5dc40630a68f83d2cc974594b14ed5780c19 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
 
@@ -25,7 +25,7 @@ output and code, like this:
 
     ```
     #include <stdio.h>
-    
+
     int main() {
         int foo = 1;
         printf("%d\n", foo);