mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Trim excess whitespace
This commit is contained in:
parent
4368a22114
commit
a1dc3d1237
@ -1,4 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
./configure --enable-python-plugins --enable-c-plugins CFLAGS='-g -O0' CXXFLAGS='-g -O0'
|
./configure --enable-python-plugins --enable-c-plugins CFLAGS='-g -O0' CXXFLAGS='-g -O0'
|
||||||
|
|
||||||
|
@ -74,5 +74,3 @@ related to gnupg itself.
|
|||||||
## Appendix
|
## Appendix
|
||||||
|
|
||||||
* https://xmpp.org/extensions/xep-0373.html - 0.4.0 (2018-07-30)
|
* https://xmpp.org/extensions/xep-0373.html - 0.4.0 (2018-07-30)
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,4 +4,3 @@ void send_disable_carbons(void **state);
|
|||||||
void receive_carbon(void **state);
|
void receive_carbon(void **state);
|
||||||
void receive_self_carbon(void **state);
|
void receive_self_carbon(void **state);
|
||||||
void receive_private_carbon(void **state);
|
void receive_private_carbon(void **state);
|
||||||
|
|
||||||
|
@ -4,4 +4,3 @@ void sends_message_to_fulljid_when_received_from_fulljid(void **state);
|
|||||||
void sends_subsequent_messages_to_fulljid(void **state);
|
void sends_subsequent_messages_to_fulljid(void **state);
|
||||||
void resets_to_barejid_after_presence_received(void **state);
|
void resets_to_barejid_after_presence_received(void **state);
|
||||||
void new_session_when_message_received_from_different_fulljid(void **state);
|
void new_session_when_message_received_from_different_fulljid(void **state);
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@ void connect_jid_sends_presence_after_receiving_roster(void **state);
|
|||||||
void connect_jid_requests_bookmarks(void **state);
|
void connect_jid_requests_bookmarks(void **state);
|
||||||
void connect_bad_password(void **state);
|
void connect_bad_password(void **state);
|
||||||
void connect_shows_presence_updates(void **state);
|
void connect_shows_presence_updates(void **state);
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
void does_not_send_receipt_request_to_barejid(void **state);
|
void does_not_send_receipt_request_to_barejid(void **state);
|
||||||
void send_receipt_request(void **state);
|
void send_receipt_request(void **state);
|
||||||
void send_receipt_on_request(void **state);
|
void send_receipt_on_request(void **state);
|
||||||
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
void rooms_query(void **state);
|
void rooms_query(void **state);
|
||||||
|
|
||||||
|
@ -4,4 +4,3 @@ void shows_message_when_software_version_error(void **state);
|
|||||||
void display_software_version_result_when_from_domainpart(void **state);
|
void display_software_version_result_when_from_domainpart(void **state);
|
||||||
void show_message_in_chat_window_when_no_resource(void **state);
|
void show_message_in_chat_window_when_no_resource(void **state);
|
||||||
void display_software_version_result_in_chat(void **state);
|
void display_software_version_result_in_chat(void **state);
|
||||||
|
|
||||||
|
@ -153,4 +153,3 @@ statusbar.tablen=7
|
|||||||
statusbar.show.name=true
|
statusbar.show.name=true
|
||||||
statusbar.show.number=true
|
statusbar.show.number=true
|
||||||
correction.char=+
|
correction.char=+
|
||||||
|
|
||||||
|
@ -144,4 +144,3 @@ titlebar.position=1
|
|||||||
mainwin.position=2
|
mainwin.position=2
|
||||||
statusbar.position=3
|
statusbar.position=3
|
||||||
inputwin.position=4
|
inputwin.position=4
|
||||||
|
|
||||||
|
@ -140,4 +140,3 @@ titlebar.position=1
|
|||||||
mainwin.position=2
|
mainwin.position=2
|
||||||
statusbar.position=3
|
statusbar.position=3
|
||||||
inputwin.position=4
|
inputwin.position=4
|
||||||
|
|
||||||
|
@ -62,4 +62,3 @@ titlebar.position=1
|
|||||||
mainwin.position=2
|
mainwin.position=2
|
||||||
statusbar.position=3
|
statusbar.position=3
|
||||||
inputwin.position=4
|
inputwin.position=4
|
||||||
|
|
||||||
|
@ -78,4 +78,3 @@ roster.room.mention=bold_green
|
|||||||
roster.room.trigger=bold_green
|
roster.room.trigger=bold_green
|
||||||
occupants.header=bold_green
|
occupants.header=bold_green
|
||||||
receipt.sent=bold_black
|
receipt.sent=bold_black
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user