Skip to content

Commit

Permalink
Remove trailing whitespace and run clang-format (#437)
Browse files Browse the repository at this point in the history
* Remove unneeded trailing whitespace

* Run clang-format
  • Loading branch information
jbampton authored Jan 7, 2025
1 parent 86bd109 commit 36f797a
Show file tree
Hide file tree
Showing 11 changed files with 206 additions and 201 deletions.
2 changes: 1 addition & 1 deletion build-webassembly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [ $? -eq 0 ]; then
else
echo "Warning: npx command not found. JavaScript will not be transpiled for older browsers."
fi

sed -i ':a;N;$!ba;s/\n/\\n/g' ${OUTPUT_BASE}.js

if [ -d "$EDITOR_DIR" ]; then
Expand Down
4 changes: 2 additions & 2 deletions example/custom-font.salam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//محدود یونیکد = "U+0460-052F", "U+1C80-1C88", "U+20B4", "U+2DE0-2DFF", "U+A640-A69F", "U+FE2E-FE2F"
منبع = "https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn-Thin.woff2"
تمام

جعبه:
نام قلم = "Vazirmatn"
محتوا = "Hi there, it's a custom font???"
Expand All @@ -18,5 +18,5 @@
اندازه قلم = ۵۰
تمام
تمام

تمام
20 changes: 10 additions & 10 deletions example/try.salam
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
رنگ پس زمینه = «زرد»
رنگ = «سیاه»
محتوا = «سلام دنیا»

جهت = "راست به چپ"
زبان = "فارسی"

پاراگراف:
محتوا = «سلام این یک متن آزاد است و می تواند طویل باشد.»
تمام

خط بعدی:
تکرار = ۳
تمام

جعبه:
تکرار = ۴

رنگ پس زمینه = "زرد"

قطعه:
محتوا = "این یک متن است"
تمام

فهرست مرتب:
مورد:
محتوا = "این یک ایتم موردی است"
Expand All @@ -35,15 +35,15 @@
تمام
تمام
تمام

قطعه:
محتوا = "متن ازمایشی"
تمام

خط بعدی:
تکرار = ۳
تمام

قطعه:
محتوا = "پایان"
تمام
Expand Down
20 changes: 10 additions & 10 deletions salam-online.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@
رنگ پس زمینه = «زرد»
رنگ = «سیاه»
محتوا = «سلام دنیا»

جهت = "راست به چپ"
زبان = "فارسی"

پاراگراف:
محتوا = «سلام این یک متن آزاد است و می تواند طویل باشد.»
تمام

خط بعدی:
تکرار = ۳
تمام

جعبه:
تکرار = ۴

رنگ پس زمینه = "زرد"

قطعه:
محتوا = "این یک متن است"
تمام

فهرست مرتب:
مورد:
محتوا = "این یک ایتم موردی است"
Expand All @@ -49,15 +49,15 @@
تمام
تمام
تمام

قطعه:
محتوا = "متن ازمایشی"
تمام

خط بعدی:
تکرار = ۳
تمام

قطعه:
محتوا = "پایان"
تمام
Expand Down
2 changes: 1 addition & 1 deletion src/array_custom.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ void array_layout_node_print(array_node_layout_t *array) {
printf("\t");
ast_layout_node_t *node =
cast(ast_layout_node_t *, array_get(cast(array_t *, array), i));

if (node != NULL) {
node->print(node);
} else {
Expand Down
Loading

0 comments on commit 36f797a

Please sign in to comment.