<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "Menlo"), DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>

<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/ametzler">Andreas Metzler</a>
<a href="https://gitlab.com/gnutls/libtasn1/-/merge_requests/89#note_1353939213">commented</a>:
</p>
<div class="md" style="color: #333238; word-wrap: break-word;">
<p dir="auto" style="color: #333238; margin: 0 0 16px;" align="initial">Still seeing changes after <code style='font-size: 0.875rem; color: #1f1e24; word-wrap: break-word; background-color: #ececef; border-radius: 4px; margin-top: 0; font-weight: inherit; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; white-space: pre-wrap; overflow-wrap: break-word; word-break: keep-all; padding: 2px 4px;'>make indent</code> with <a href="https://gitlab.com/gnutls/libtasn1/-/commit/1f009b5313cf7e2ae62a773e56a3206d94f1e0d0" data-reference-type="commit" data-original="1f009b5" data-link="false" data-link-reference="false" data-project="919981" data-commit="1f009b5313cf7e2ae62a773e56a3206d94f1e0d0" data-container="body" data-placement="top" title="running make indent" class="gfm gfm-commit has-tooltip" style='font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; font-variant-ligatures: none; font-size: 95%;'>1f009b53</a> :</p>
<div class="gl-relative markdown-code-block js-markdown-code">
<pre lang="plaintext" class="code highlight js-syntax-highlight language-plaintext" data-canonical-lang="" v-pre="true" style='display: block; font-size: 0.875rem; color: #333238; line-height: 1.6em; overflow-x: auto; border-radius: 4px; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; margin: 0 0 16px; padding: 12px; border: 1px solid #dcdcde;'><code style='font-size: 0.875rem; color: inherit; word-wrap: normal; word-break: keep-all; background-color: inherit; border-radius: 4px; white-space: pre; margin-top: 0; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; overflow-wrap: normal; padding: unset;'><span id="LC1" class="line" lang="plaintext" style="margin-top: 0;">(sid)ametzler@argenau:/tmp/TA/libtasn1$ git reset --hard</span>
<span id="LC2" class="line" lang="plaintext">HEAD is now at 1f009b5 running make indent</span>
<span id="LC3" class="line" lang="plaintext">(sid)ametzler@argenau:/tmp/TA/libtasn1$ git status</span>
<span id="LC4" class="line" lang="plaintext">On branch master</span>
<span id="LC5" class="line" lang="plaintext">Your branch is up to date with 'origin/master'.</span>
<span id="LC6" class="line" lang="plaintext"></span>
<span id="LC7" class="line" lang="plaintext">nothing to commit, working tree clean</span>
<span id="LC8" class="line" lang="plaintext">(sid)ametzler@argenau:/tmp/TA/libtasn1$ make  indent</span>
<span id="LC9" class="line" lang="plaintext">indent -ppi 1 $(./build-aux/vc-list-files -C . | /usr/bin/sed 's|^\./||' | if test -f ./.x-indent; then /usr/bin/grep -vEf ./.x-indent; else /usr/bin/grep -Ev -e "${VC_LIST_EXCEPT_DEFAULT-ChangeLog}"; fi | /usr/bin/grep -Ev -e '(^(maint.mk|gtk-doc.make|build-aux/.*|lib/gl/.*|lib/ASN1\.c|m4/pkg.m4|doc/gdoc|windows/.*|doc/fdl-1.3.texi|fuzz/.*_fuzzer.(in|repro)/.*)$|^$)'  | grep '\.[ch]\(.in\)\?$') && \</span>
<span id="LC10" class="line" lang="plaintext">indent -ppi 1 $(./build-aux/vc-list-files -C . | /usr/bin/sed 's|^\./||' | if test -f ./.x-indent; then /usr/bin/grep -vEf ./.x-indent; else /usr/bin/grep -Ev -e "${VC_LIST_EXCEPT_DEFAULT-ChangeLog}"; fi | /usr/bin/grep -Ev -e '(^(maint.mk|gtk-doc.make|build-aux/.*|lib/gl/.*|lib/ASN1\.c|m4/pkg.m4|doc/gdoc|windows/.*|doc/fdl-1.3.texi|fuzz/.*_fuzzer.(in|repro)/.*)$|^$)'  | grep '\.[ch]\(.in\)\?$')</span>
<span id="LC11" class="line" lang="plaintext">(sid)ametzler@argenau:/tmp/TA/libtasn1$ git status</span>
<span id="LC12" class="line" lang="plaintext">On branch master</span>
<span id="LC13" class="line" lang="plaintext">Your branch is up to date with 'origin/master'.</span>
<span id="LC14" class="line" lang="plaintext"></span>
<span id="LC15" class="line" lang="plaintext">Changes not staged for commit:</span>
<span id="LC16" class="line" lang="plaintext">  (use "git add <file>..." to update what will be committed)</span>
<span id="LC17" class="line" lang="plaintext">  (use "git restore <file>..." to discard changes in working directory)</span>
<span id="LC18" class="line" lang="plaintext">        modified:   tests/Test_p11kit_1.c</span></code></pre>
<copy-code></copy-code>
</div>
<p dir="auto" style="color: #333238; margin: 0;" align="initial"><a href="https://gitlab.com/gnutls/libtasn1/uploads/208b6d1c2c21c882c80ab1ba5aba2cb5/still.diff.txt" data-canonical-src="/uploads/208b6d1c2c21c882c80ab1ba5aba2cb5/still.diff.txt" data-link="true" class="gfm" style="margin-top: 0;">still.diff.txt</a></p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/libtasn1/-/merge_requests/89#note_1353939213">view it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.com">gitlab.com</a>. <a href="https://gitlab.com/-/sent_notifications/26cd6e50ab287a5c01cafe22977bfbfa/unsubscribe" target="_blank" rel="noopener noreferrer">Unsubscribe</a> from this thread · <a href="https://gitlab.com/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.com/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Merge request","url":"https://gitlab.com/gnutls/libtasn1/-/merge_requests/89#note_1353939213"}}</script>


</p>
</div>
</body>
</html>