1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2025-04-21 12:27:27 +03:00

fix whitespace anomalies

/ \t/, / $/, and /\t$/
This commit is contained in:
Werner Almesberger
2012-05-28 03:11:15 -03:00
parent 4c3dea7111
commit f2d3986600
19 changed files with 29 additions and 31 deletions

View File

@@ -431,7 +431,7 @@ static struct edit_ops edit_ops_unique = {
};
void edit_unique(const char **s, int (*validate)(const char *s, void *ctx),
void edit_unique(const char **s, int (*validate)(const char *s, void *ctx),
void *ctx, const char *tooltip)
{
static struct edit_unique_ctx unique_ctx;
@@ -1055,7 +1055,7 @@ void make_status_area(GtkWidget *vbox)
status_entry_y = add_entry(tab, 2, 1);
status_entry_x = gtk_widget_ref(make_entry());
/* name and input */
status_name = add_label(tab, 1, 2);