mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
UI style improvements with improved keyboard (#2710)
* fix spaces and make spacebar dynamically sized * some spaces and a comment * more spaces * const Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: 3e466aa528dfaf40063c209189bb3c9ece3bf26b
This commit is contained in:
@@ -25,7 +25,7 @@ std::string getenv_default(const char* env_var, const char * suffix, const char*
|
||||
const char* env_val = getenv(env_var);
|
||||
if (env_val != NULL){
|
||||
return std::string(env_val) + std::string(suffix);
|
||||
} else{
|
||||
} else {
|
||||
return std::string(default_val);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user