run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/

This commit is contained in:
Mis012
2025-02-05 16:27:17 +01:00
parent 1d2450443e
commit ab5b600bf1
148 changed files with 9559 additions and 9529 deletions

View File

@@ -3,4 +3,4 @@
<gresource prefix="/com/gitlab/android-translation-layer/android-translation-layer">
<file alias="default-stylesheet.css">src/main-executable/css/default-stylesheet.css</file>
</gresource>
</gresources>
</gresources>

View File

@@ -1,4 +1,4 @@
#include <gtk/gtk.h>
GtkWidget* back_button_new();
void back_button_set_sensitive(bool sensitive);
GtkWidget* back_button_new();
void back_button_set_sensitive(bool sensitive);

View File

@@ -85,7 +85,7 @@ _Thread_local uintptr_t TLS[] = {
* uintptr_t stack_guard; // (tp + 5) TLS_SLOT_STACK_GUARD
* uintptr_t pointer_guard; // (tp + 6) TLS_SLOT_SANITIZER
* unsigned long int unused_vgetcpu_cache[2]; // (tp + 7/8) TLS_SLOT_ART_THREAD_SELF/TLS_SLOT_DTV
*
*
* unsigned int feature_1; // (tp + 9) TLS_SLOT_BIONIC_TLS
* int __glibc_unused1; // [cont]
* void *__private_tm[4]; // (tp + 10) TLS_SLOT_NATIVE_BRIDGE_GUEST_STATE
@@ -111,7 +111,7 @@ _Thread_local uintptr_t TLS[] = {
* uintptr_t stack_guard; // (tp + 5) TLS_SLOT_STACK_GUARD
* uintptr_t pointer_guard; // (tp + 6) TLS_SLOT_SANITIZER
* int gscope_flag; // (tp + 7) TLS_SLOT_ART_THREAD_SELF
*
*
* unsigned int feature_1; // (tp + 8) TLS_SLOT_DTV
* void *__private_tm[3]; // (tp + 9/10) TLS_SLOT_BIONIC_TLS/TLS_SLOT_NATIVE_BRIDGE_GUEST_STATE
* void *__private_ss;

View File

@@ -28,4 +28,3 @@
.ATL-text-align-right > * {
text-align: right;
}