Skip to content

Commit

Permalink
More nonsense whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jan 10, 2024
1 parent d4274e4 commit 338a8e7
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .config/clojure/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; :paths ["src"]

;; External dependencies

;; :deps {
;; org.clojure/clojure {:mvn/version "1.10.1"}
;; }
Expand Down
2 changes: 1 addition & 1 deletion .config/jupyter/jupyter_notebook_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"nbgrader.server_extensions.course_list": true
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
// Selected Theme
// Application-level visual styling theme
"theme": "JupyterLab Dark"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
// CSS file defining the corresponding
// .cm-s-[name] styles is loaded
"theme": "jupyter"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
// Disclaimed Status
// Whether the user understand that extensions managed through this interface run arbitrary code that may be dangerous
"disclaimed": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"rulers": [],
"codeFolding": false
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"codeCellConfig": {
"autoClosingBrackets": false
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
// Status Bar Visibility
// Whether to show status bar or not
"visible": true
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"fontFamily": "Inconsolata"
}
}
2 changes: 1 addition & 1 deletion .config/jupyter/nbconfig/notebook.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"create_assignment/main": true,
"validate_assignment/main": true
}
}
}
2 changes: 1 addition & 1 deletion .config/jupyter/nbconfig/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"assignment_list/main": true,
"course_list/main": true
}
}
}
2 changes: 1 addition & 1 deletion .config/jupyter/nteract.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"theme":"dark"}
{ "theme": "dark" }
4 changes: 2 additions & 2 deletions .irssi/config
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,13 @@ windows = {
};
};
mainwindows = {
1 = {
1 = {
first_line = "4";
lines = "38";
first_column = "0";
columns = "320";
};
16 = {
16 = {
first_line = "1";
lines = "3";
first_column = "0";
Expand Down
10 changes: 5 additions & 5 deletions .irssi/scripts/chanshare.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
#
# Version 0.1 - Timo Sirainen tss@iki.fi
# Initial stalker.pl
# Initial stalker.pl
# Version 0.2 - Chad Armstrong chad@analogself.com
# Added multiserver support
# Added keying by nick AND hostname. "nick (fw.corp.com)"
Expand All @@ -34,7 +34,7 @@

use strict;
use Irssi;
use vars qw($VERSION %IRSSI);
use vars qw($VERSION %IRSSI);
$VERSION = "0.4";
%IRSSI = (
authors => "Timo \'cras\' Sirainen",
Expand Down
4 changes: 2 additions & 2 deletions .irssi/scripts/hilightwin.pl
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ sub sig_printtext {
if(Irssi::settings_get_bool('hilightwin_showprivmsg')) {
$opt = MSGLEVEL_HILIGHT|MSGLEVEL_MSGS;
}

if(
($dest->{level} & ($opt)) &&
($dest->{level} & MSGLEVEL_NOHILIGHT) == 0 &&
(!is_ignored($dest))
) {
my $window = Irssi::window_find_name('hilight');

if ($dest->{level} & MSGLEVEL_PUBLIC) {
$text = $dest->{target}.": ".$text;
$text = $dest->{server}->{tag} . "/" . $text if ($shownetwork);
Expand Down
4 changes: 2 additions & 2 deletions .irssi/scripts/nickcolor_expando.pl
Original file line number Diff line number Diff line change
Expand Up @@ -997,15 +997,15 @@ sub init_nickcolour {
"message $_ own_action" => 'none')
} @action_protos),
});

Irssi::expando_create('inickcolor', \&expando_neatcolour_inv, {
'message public' => 'none',
'message own_public' => 'none',
(map { ("message $_ action" => 'none',
"message $_ own_action" => 'none')
} @action_protos),
});

Irssi::signal_add({
'message public' => 'msg_line_tag',
'message own_public' => 'msg_line_clear',
Expand Down
1 change: 0 additions & 1 deletion .irssi/scripts/tab_stop.pl
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ sub replace_tabs {
Irssi::signal_add_first('server incoming', \&event_server_incoming);

Irssi::settings_add_str('misc', 'tabstop_replacement', " ");

2 changes: 1 addition & 1 deletion .irssi/scripts/uberprompt.pl
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ =head1 BUGS
=over 4
=item *
=item *
Resizing the terminal rapidly whilst using this script in debug mode may cause
irssi to crash. See bug report at http://bugs.irssi.org/index.php?do=details&task_id=772 for details.
Expand Down
2 changes: 1 addition & 1 deletion .irssi/scripts/urlinfo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ sub get_site {
my $uri = URI->new($url);
$uri = URI->new("http://$url") unless $uri and $uri->scheme;
return unless $uri and $uri->can("host") and $uri->host and $uri->scheme =~ /^https?$/;

for my $site(@$sites) {
my $match = 1;
$match &&= _matcher($site->{domain}, $uri->host =~ s/^www\.//ri);
Expand Down
9 changes: 4 additions & 5 deletions .irssi/scripts/usercount.pl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sub usercount {
Irssi::EXPAND_FLAG_IGNORE_EMPTY);
my $halfopstr = $theme->format_expand("{sb_uc_halfops $halfops}",
Irssi::EXPAND_FLAG_IGNORE_EMPTY);
my $voicestr = $theme->format_expand("{sb_uc_voices $voices}",
my $voicestr = $theme->format_expand("{sb_uc_voices $voices}",
Irssi::EXPAND_FLAG_IGNORE_EMPTY);
my $normalstr = $theme->format_expand("{sb_uc_normal $normal}",
Irssi::EXPAND_FLAG_IGNORE_EMPTY);
Expand Down Expand Up @@ -118,7 +118,7 @@ ()
}

$total = $ops+$halfops+$voices+$normal;

if (!Irssi::settings_get_bool('usercount_show_zero')) {
$ircops = undef if ($ircops == 0);
$ops = undef if ($ops == 0);
Expand All @@ -127,7 +127,7 @@ ()
$normal = undef if ($normal == 0);
}

# Server doesn't support halfops?
# Server doesn't support halfops?
if($server->can('isupport') && $server->isupport("PREFIX") !~ /\%/) {
$halfops = undef;
} else {
Expand All @@ -153,7 +153,7 @@ sub refresh_check {
return if $wi->{name} ne $channel->{name};
return if $wi->{server}->{tag} ne $channel->{server}->{tag};

# don't refresh immediately, or we'll end up refreshing
# don't refresh immediately, or we'll end up refreshing
# a lot around netsplits
$recalc = 1;
Irssi::timeout_remove($timeout_tag) if ($timeout_tag > 0);
Expand Down Expand Up @@ -181,4 +181,3 @@ sub refresh_recalc {
Irssi::signal_add_last('setup changed', 'refresh_recalc');
Irssi::signal_add_last('window changed', 'refresh_recalc');
Irssi::signal_add_last('window item changed', 'refresh_recalc');

6 changes: 3 additions & 3 deletions .irssi/weed.theme
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
# Make sure this is the latest version and use the tutorial
# provided in https://github.com/ronilaukkarinen/weed
#
# Without actions in the tutorial the theme WILL NOT WORK
# PROPERLY!
# Without actions in the tutorial the theme WILL NOT WORK
# PROPERLY!
#
# Always backup your ~/.irssi -folder before trying!
#
Expand Down Expand Up @@ -112,7 +112,7 @@ abstracts = {
privmsg = "[$0($1-)]";

#
# $0 = "msg",
# $0 = "msg",
# $1 = target nick
#

Expand Down
4 changes: 1 addition & 3 deletions Brewfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3072,9 +3072,7 @@
"version": "HEAD-0aa6d04",
"bottle": false,
"options": {
"args": [
"HEAD"
]
"args": ["HEAD"]
}
},
"util-linux": {
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ensure_has_homebrew()

bin_exists()
{
command -v $1 >/dev/null 2>&1
command -v $1 >/dev/null 2>&1
}

check_installed()
Expand Down

0 comments on commit 338a8e7

Please sign in to comment.