You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
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:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -28,4 +28,3 @@
|
||||
.ATL-text-align-right > * {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user