From f1261bb7cd35840b9b5937a6260308f3839c6f3e Mon Sep 17 00:00:00 2001 From: Yidi Date: Fri, 22 Mar 2024 12:16:34 +0100 Subject: minor (mostly spacing) changes --- other/stuff.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'other') diff --git a/other/stuff.cpp b/other/stuff.cpp index 38fde78..41543ad 100644 --- a/other/stuff.cpp +++ b/other/stuff.cpp @@ -6,8 +6,7 @@ setxkbmap de setxkbmap de,us -option grp:alt_space_toggle // Schnelle Ein-/Ausgabe mit cin/cout. -ios::sync_with_stdio(false); -cin.tie(nullptr); +cin.tie(nullptr)->ios::sync_with_stdio(false); // Set mit eigener Sortierfunktion. set set1(comp); -- cgit v1.2.3